summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-03 06:50:55 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-03 06:50:55 +0000
commit38e9c0cc24f52a283eec22dda5b593a39a163fed (patch)
tree9e546a15ffd629159c1f28f189e0c34779690307 /emulators
parentUpdate to 0.2.2 release. (diff)
Mark BROKEN on 8.x: does not build.
Notes
Notes: svn path=/head/; revision=235097
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 955e1ad88c78..6510d2582849 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -111,6 +111,10 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS}
#
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
.if defined(WITH_ASM68K)
ASM_COMMENT=
.else