diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 18:38:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 18:38:09 +0000 |
commit | eb9c9f17bbfdaeee5bb4518229c1795474fa5e7b (patch) | |
tree | 00699dfd0195a256d5042f5c4a29b41d63b9e0a2 /emulators | |
parent | 4ce2de9d6d5b6f5902a167cdd2c2079618ad826a (diff) | |
download | ports-eb9c9f17bbfdaeee5bb4518229c1795474fa5e7b.tar.gz ports-eb9c9f17bbfdaeee5bb4518229c1795474fa5e7b.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 8 |
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> |