diff options
Diffstat (limited to 'lang/yap')
-rw-r--r-- | lang/yap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 692c41ccde99..e7c8431a4d5b 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -27,8 +27,8 @@ INFO= yap .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif post-extract: |