diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-03 06:50:55 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-03 06:50:55 +0000 |
commit | 38e9c0cc24f52a283eec22dda5b593a39a163fed (patch) | |
tree | 9e546a15ffd629159c1f28f189e0c34779690307 /emulators/xmame/Makefile | |
parent | 34c66d03c6ccdcb23fc4e8c811bfed8bbaf44774 (diff) | |
download | ports-38e9c0cc24f52a283eec22dda5b593a39a163fed.tar.gz ports-38e9c0cc24f52a283eec22dda5b593a39a163fed.zip |
Notes
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
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 |