diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:25:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:25:25 +0000 |
commit | e47cf23767be16b9d38a2eb0590619cb9e7298f9 (patch) | |
tree | 5e4a1cef82f31e94a5b6b3d35fa8eba52ff4dd91 /emulators | |
parent | 87b812df982e7790e46b3fec153e0b3f5a9a3a1d (diff) | |
download | ports-e47cf23767be16b9d38a2eb0590619cb9e7298f9.tar.gz ports-e47cf23767be16b9d38a2eb0590619cb9e7298f9.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mastergear/Makefile | 11 |
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> |