diff options
-rw-r--r-- | games/rollemup/Makefile | 8 | ||||
-rw-r--r-- | print/acroread/Makefile | 6 |
2 files changed, 4 insertions, 10 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 8f1a125a4dd..7afa42689f5 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/11/29 04:35:47 sakamoto Exp $ +# $NetBSD: Makefile,v 1.6 1999/12/22 05:09:19 sakamoto Exp $ # DISTNAME= Rollemup @@ -31,11 +31,7 @@ ONLY_FOR_PLATFORM= *-*-i386 .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -.if (${MACHINE_ARCH} == "i386") -.if !exists(/emul/linux/lib/ld-linux.so.2) -IGNORE= requires Linux glibc2 libraries - see compat_linux(8) -.endif -.endif +DEPENDS= suse_linux-6.1p1:../../emulators/suse_linux .endif do-build: diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 73077080965..04448318a97 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/11/23 16:26:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/12/22 05:09:20 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ PKGNAME= acroread-4.0 @@ -18,9 +18,7 @@ NO_BUILD= YES .if ${OPSYS} == "NetBSD" .if (${MACHINE_ARCH} == "i386") -.if !exists(/emul/linux/lib/ld-linux.so.1) -IGNORE= requires Linux glibc2 libraries - see compat_linux(8) -.endif +DEPENDS= suse_linux-6.1p1:../../emulators/suse_linux DISTNAME= linux-ar-40 #.elif (${MACHINE_ARCH} == "alpha") #.if !exists(/emul/osf1/sbin/loader) |