diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-16 19:54:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-16 19:54:20 +0000 |
commit | c18579786b7bd4e8bd018e31e5ac1703452d11e4 (patch) | |
tree | 3ad05961a6588b983ccd50e175a03611fd14f214 /emulators/xmame | |
parent | afdc61f58883b12a8818f65e93fd32215070a264 (diff) | |
download | ports-c18579786b7bd4e8bd018e31e5ac1703452d11e4.tar.gz ports-c18579786b7bd4e8bd018e31e5ac1703452d11e4.zip |
Notes
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 49781f0aa99c..33f9f5dd1870 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -67,7 +67,7 @@ PLIST_SUB+= MAMEONLY="" MESSONLY="@comment " .if ${MAMEMESS} == "mess" PLIST_SUB+= MAMEONLY="@comment " MESSONLY="" .else -.error MAMEMESS must be set to one of "mame" or "mess". +IGNORE= cannot install: MAMEMESS must be set to one of "mame" or "mess". .endif .endif @@ -119,11 +119,9 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} # .include <bsd.port.pre.mk> -#.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 +.if (${OSVERSION} < 600000 && ${MAMEMESS} == "mess") +BROKEN= internal gcc error on FreeBSD < 6.x +.endif .if (${MAMEMESS} == "mess" && ${OSVERSION} >= 500000) USE_GCC= 3.4+ |