diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-22 10:54:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-22 10:54:34 +0000 |
commit | ba07feda7ffeb4ee633ad173bc515a4066976c47 (patch) | |
tree | 6c46b3ef80c68d56ddba3638b4b420807ccccc08 /print | |
parent | 58902af2bf119a4fe12492bee966b4e56a63fcd3 (diff) | |
download | pkgsrc-ba07feda7ffeb4ee633ad173bc515a4066976c47.tar.gz |
depend on suse-linux>=6.3 instead of -6.3 (we are at 6.3nb1 right now)
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile index 210ab9ef998..70e0468c62b 100644 --- a/print/acroread3/Makefile +++ b/print/acroread3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/08/21 21:01:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/22 10:54:34 wiz Exp $ PKGNAME= acroread3-3.01 CATEGORIES= print @@ -20,7 +20,7 @@ NO_BUILD= YES .if ${OPSYS} == "NetBSD" .if (${MACHINE_ARCH} == "i386") -DEPENDS= suse_linux-6.3:../../emulators/suse_linux +DEPENDS= suse_linux>=6.3:../../emulators/suse_linux DISTNAME= acroread_linux_301 PLATFORM= intellinux .elif (${MACHINE_ARCH} == "alpha") |