diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:28:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:28:30 +0000 |
commit | be800c9c9590e5e18ffd5bdf8f1735c2310728a0 (patch) | |
tree | 2e48abc6596789dfc8f5e2be3f015d2c814aa6a7 /lang/yap | |
parent | 887d8a85102c7c064ba34a8e7c3b428fe12a109e (diff) |
Notes
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: |