diff options
author | soren <soren@pkgsrc.org> | 2000-01-13 11:15:09 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 2000-01-13 11:15:09 +0000 |
commit | 705a41a1284461348ebc2e782e1986cdb2eb7205 (patch) | |
tree | bc6dda24ea4096eb2bb1951d52c89a2d42324ffe /print/acroread | |
parent | 7e75de5ba7f84f91fc09567338edb1f8db62ffcc (diff) | |
download | pkgsrc-705a41a1284461348ebc2e782e1986cdb2eb7205.tar.gz |
Depend on suse_linux>=6.1, not >=6.1p1.
Diffstat (limited to 'print/acroread')
-rw-r--r-- | print/acroread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 42049fef2b2..e4b06d9d435 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/01/12 03:44:28 soren Exp $ +# $NetBSD: Makefile,v 1.10 2000/01/13 11:15:12 soren Exp $ # FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ PKGNAME= acroread-4.0 @@ -18,7 +18,7 @@ NO_BUILD= YES .if ${OPSYS} == "NetBSD" .if (${MACHINE_ARCH} == "i386") -DEPENDS= suse_linux>=6.1p1:../../emulators/suse_linux +DEPENDS= suse_linux>=6.1:../../emulators/suse_linux DISTNAME= linux-ar-40 #.elif (${MACHINE_ARCH} == "alpha") #.if !exists(/emul/osf1/sbin/loader) |