aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-04-16 03:15:42 +0800
committergabor <gabor@FreeBSD.org>2007-04-16 03:15:42 +0800
commit2a01d7633c6c28b5f050de470056cf0028538aa5 (patch)
tree096f288547892d6e19e03f24080a2856a5850062 /emulators
parent9350341e45aa74ca1146d687f79abaed9b70d8de (diff)
downloadfreebsd-ports-gnome-2a01d7633c6c28b5f050de470056cf0028538aa5.tar.gz
freebsd-ports-gnome-2a01d7633c6c28b5f050de470056cf0028538aa5.tar.zst
freebsd-ports-gnome-2a01d7633c6c28b5f050de470056cf0028538aa5.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hatari/Makefile8
-rw-r--r--emulators/xmame/Makefile2
2 files changed, 2 insertions, 8 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile
index 307f85137dcc..bf3f76779e5b 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 c4c3f6efa928..323729c1dc47 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