diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-08 16:35:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-08 16:35:07 +0000 |
commit | 70378bcb99661428a4241c0a92ac09854d2f6d08 (patch) | |
tree | 9b84bb2a3de610b1c96781a70a8e7435497f0459 /print | |
parent | 4f8cf9c318e6187fb1802dc84ae289689681d5e5 (diff) | |
download | pkgsrc-70378bcb99661428a4241c0a92ac09854d2f6d08.tar.gz |
We don't need all of suse_linux, just suse_libc5 and suse_x11.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile index b0f6cea2c68..aa2280cb239 100644 --- a/print/acroread3/Makefile +++ b/print/acroread3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/31 02:35:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2000/09/08 16:35:07 jlam Exp $ PKGNAME= acroread3-3.01 CATEGORIES= print @@ -20,7 +20,8 @@ NO_BUILD= YES .if ${OPSYS} == "NetBSD" .if (${MACHINE_ARCH} == "i386") -DEPENDS= suse_linux>=6.3:../../emulators/suse_linux +DEPENDS= suse_libc5>=6.3:../../emulators/suse_libc5 +DEPENDS= suse_x11>=6.3:../../emulators/suse_x11 DISTNAME= acroread_linux_301 PLATFORM= intellinux CHECK_SHLIBS= no |