diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
commit | 2a01d7633c6c28b5f050de470056cf0028538aa5 (patch) | |
tree | 096f288547892d6e19e03f24080a2856a5850062 /emulators | |
parent | 9350341e45aa74ca1146d687f79abaed9b70d8de (diff) | |
download | FreeBSD-ports-2a01d7633c6c28b5f050de470056cf0028538aa5.zip FreeBSD-ports-2a01d7633c6c28b5f050de470056cf0028538aa5.tar.gz |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
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 |