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 /print | |
parent | 5e83ce422013cc6b985428c578e60dcf1b3bd940 (diff) | |
download | pkgsrc-c805d1e18340897ba96b389e5bcab6e557761165.tar.gz |
DEPENDS=suse_linux-6.1p1:../../emulators/suse_linux, suggested by Hubert Feyrer.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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) |