Makefile has a typo: ONLY_FOR_ARCH= amd64 i386 should be: ONLY_FOR_ARCHS= amd64 i386
A commit references this bug: Author: sbruno Date: Wed Jul 2 18:27:01 UTC 2014 New revision: 360240 URL: http://svnweb.freebsd.org/changeset/ports/360240 Log: Declare ONLY_FOR_ARCHS correctly PR: 191567 Reviewed by: bdrewery (implicit) Changes: head/misc/compat4x/Makefile