diff options
author | sakamoto <sakamoto> | 1999-12-22 05:09:19 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-12-22 05:09:19 +0000 |
commit | c805d1e18340897ba96b389e5bcab6e557761165 (patch) | |
tree | c58e9bda5ac27d643a80e2a58397389501d6834a /games | |
parent | 5e83ce422013cc6b985428c578e60dcf1b3bd940 (diff) | |
download | pkgsrc-c805d1e18340897ba96b389e5bcab6e557761165.tar.gz |
DEPENDS=suse_linux-6.1p1:../../emulators/suse_linux, suggested by Hubert Feyrer.
Diffstat (limited to 'games')
-rw-r--r-- | games/rollemup/Makefile | 8 |
1 files changed, 2 insertions, 6 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: |