diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 16:28:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 16:28:30 +0800 |
commit | 271e6cf2cacb4192b0f3d10602864b9cb428185a (patch) | |
tree | 49bfb670b8d3477caf9cafdd9b6cc01000e28752 /lang | |
parent | 717f8aaf89276e9a6e95cea2171cc9724de50f2f (diff) | |
download | freebsd-ports-gnome-271e6cf2cacb4192b0f3d10602864b9cb428185a.tar.gz freebsd-ports-gnome-271e6cf2cacb4192b0f3d10602864b9cb428185a.tar.zst freebsd-ports-gnome-271e6cf2cacb4192b0f3d10602864b9cb428185a.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'lang')
-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: |