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 /games/abridge | |
parent | 887d8a85102c7c064ba34a8e7c3b428fe12a109e (diff) | |
download | ports-be800c9c9590e5e18ffd5bdf8f1735c2310728a0.tar.gz ports-be800c9c9590e5e18ffd5bdf8f1735c2310728a0.zip |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=121855
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> |