diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 8 | ||||
-rw-r--r-- | emulators/xmame/Makefile | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 307f851..bf3f767 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -22,10 +22,4 @@ USE_SDL= yes PLIST_FILES= bin/hatari %%DATADIR%%/tos.img PLIST_DIRS= %%DATADIR%% -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index c4c3f6e..323729c 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -115,7 +115,7 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} BROKEN= internal gcc error on FreeBSD < 6.x .endif -.if (${MAMEMESS} == "mess" && ${OSVERSION} >= 500000) +.if (${MAMEMESS} == "mess") USE_GCC= 3.4+ .endif |