aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-03 08:25:25 +0800
committerkris <kris@FreeBSD.org>2006-09-03 08:25:25 +0800
commit47cdf7774f20552eb093b4b3688b225119b0463f (patch)
treeb4a954e1d91be8ea9d358b4fd8ebb5328a698edc /emulators
parent5381e402486cf7a6d7ed339a923c8b3fad75fd75 (diff)
downloadfreebsd-ports-gnome-47cdf7774f20552eb093b4b3688b225119b0463f.tar.gz
freebsd-ports-gnome-47cdf7774f20552eb093b4b3688b225119b0463f.tar.zst
freebsd-ports-gnome-47cdf7774f20552eb093b4b3688b225119b0463f.zip
Use compat5x instead of bailing on >= 6.x
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mastergear/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/emulators/mastergear/Makefile b/emulators/mastergear/Makefile
index 183adbab0a4d..e4c52adb56a7 100644
--- a/emulators/mastergear/Makefile
+++ b/emulators/mastergear/Makefile
@@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= SEGA Master System and Game Gear emulator for X
+LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x
+
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386
@@ -32,11 +34,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/MG.html ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000 || ${OSVERSION} > 600000
-IGNORE= Does not run, wants libc.so.5
-.endif
-
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>