aboutsummaryrefslogtreecommitdiff
path: root/emulators/mastergear
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 00:25:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 00:25:25 +0000
commite47cf23767be16b9d38a2eb0590619cb9e7298f9 (patch)
tree5e4a1cef82f31e94a5b6b3d35fa8eba52ff4dd91 /emulators/mastergear
parent87b812df982e7790e46b3fec153e0b3f5a9a3a1d (diff)
downloadports-e47cf23767be16b9d38a2eb0590619cb9e7298f9.tar.gz
ports-e47cf23767be16b9d38a2eb0590619cb9e7298f9.zip
Use compat5x instead of bailing on >= 6.x
Notes
Notes: svn path=/head/; revision=171959
Diffstat (limited to 'emulators/mastergear')
-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>