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 /games/abridge | |
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 'games/abridge')
-rw-r--r-- | games/abridge/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/abridge/Makefile b/games/abridge/Makefile index 041c914c157f..aec7c188920f 100644 --- a/games/abridge/Makefile +++ b/games/abridge/Makefile @@ -22,4 +22,10 @@ CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config MAN1= abridge.1 PLIST_FILES= bin/abridge -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + +.include <bsd.port.post.mk> |