aboutsummaryrefslogtreecommitdiff
path: root/emulators/xzx
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 18:38:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 18:38:09 +0000
commiteb9c9f17bbfdaeee5bb4518229c1795474fa5e7b (patch)
tree00699dfd0195a256d5042f5c4a29b41d63b9e0a2 /emulators/xzx
parent4ce2de9d6d5b6f5902a167cdd2c2079618ad826a (diff)
downloadports-eb9c9f17bbfdaeee5bb4518229c1795474fa5e7b.tar.gz
ports-eb9c9f17bbfdaeee5bb4518229c1795474fa5e7b.zip
BROKEN on !i386 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=102116
Diffstat (limited to 'emulators/xzx')
-rw-r--r--emulators/xzx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile
index 2e662a37f1eb..547e62dfba25 100644
--- a/emulators/xzx/Makefile
+++ b/emulators/xzx/Makefile
@@ -33,4 +33,10 @@ CONFIGURE_ARGS= --with-oss
MAN1= xzx.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${OSVERSION} >= 502102
+BROKEN= "Does not compile on !i386 5.x"
+.endif
+
+.include <bsd.port.post.mk>