diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-14 13:31:12 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-14 13:31:12 +0000 |
commit | 5dccc7276f3979a2b42d18361cd14dbff095a9fe (patch) | |
tree | 2839918f7b7020f1339cef7184d7dc714c981277 | |
parent | 748da079d6ee15929cb150ea04116040837aa67d (diff) | |
download | pkgsrc-5dccc7276f3979a2b42d18361cd14dbff095a9fe.tar.gz |
Add suse_linux depends for i386.
-rw-r--r-- | graphics/ns-flash/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile index c29d8e17077..c76e6f17c6b 100644 --- a/graphics/ns-flash/Makefile +++ b/graphics/ns-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/04 04:43:29 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/14 13:31:12 dmcmahill Exp $ # PKGNAME= ns-flash-4.0r12 @@ -9,9 +9,7 @@ ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc .include "../../mk/bsd.prefs.mk" .if (${MACHINE_ARCH} == "i386") -.if !exists(/emul/linux/lib/ld-linux.so.2) -IGNORE= "requires Linux glibc2 libraries - see compat_linux(8)" -.endif +DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux DISTUNAME= linux WRKNAME= Linux .elif ${MACHINE_ARCH} == "sparc" && ${OPSYS} == "SunOS" |