diff options
-rw-r--r-- | emulators/xmame/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index e637de14b6b9..8847ece604be 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -112,6 +112,8 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} .if ${OSVERSION} < 500000 BROKEN= "Doesn't build on FreeBSD < 5.x" +.elif (${OSVERSION} < 600000 && ${MAMEMESS} == "mess") +BROKEN= "Doesn't build on FreeBSD < 6.x" .endif # Option WITH_DATFILES |