diff options
Diffstat (limited to 'editors/mule-common/Makefile')
-rw-r--r-- | editors/mule-common/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index 399647d2079d..bda1b392db88 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -23,6 +23,10 @@ EMACS_VERSION= 19.34 .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + WRKDIRBASE= ${WRKDIRPREFIX}${.CURDIR:S,/editors/mule-common$,,} .for dir in chinese/mule-freewnn \ |