summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-26 09:31:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-26 09:31:44 +0000
commit828efc77a923da3826eaf4a74290b82f851d5809 (patch)
treefc0e35d5bc6ef2e453016d6cdad519058ac65212 /emulators
parentBROKEN on alpha: Does not compile (diff)
BROKEN on !i386 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=102173
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile8
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>