diff options
author | kris <kris@FreeBSD.org> | 2004-02-26 17:31:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-26 17:31:44 +0800 |
commit | d5bcf7afac17ad0e30e763d978c374356b16d3d5 (patch) | |
tree | b9717cc476873b7ba4d58c024397aefb77f3978d /emulators | |
parent | ca6b30a2a8b13ec8f66609ff809d50e4b878c1e4 (diff) | |
download | freebsd-ports-gnome-d5bcf7afac17ad0e30e763d978c374356b16d3d5.tar.gz freebsd-ports-gnome-d5bcf7afac17ad0e30e763d978c374356b16d3d5.tar.zst freebsd-ports-gnome-d5bcf7afac17ad0e30e763d978c374356b16d3d5.zip |
BROKEN on !i386 5.x: Does not compile
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 64c7f8899703..cf1e4c8e17f3 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -230,6 +230,12 @@ NETWORK=\# .endif .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile on 5.x !i386" +.endif + # # Regular targets # @@ -326,4 +332,4 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/cheat.dat ${PREFIX}/share/xmame .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |