summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-29 06:00:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-29 06:00:57 +0000
commit825afd6dc34482bcb3f9af88e094cb75268c21d1 (patch)
treed9103fc4562aafbd4e509df49bb6cc0f349d580e /emulators
parentBROKEN: Unfetchable (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118496
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 6a41e6053933..19cf703b52a3 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -229,6 +229,10 @@ NETWORK=\#
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} != "i386" && ${OSVERSION} >= 502102
BROKEN= "Does not compile on 5.x !i386"
.endif