diff options
author | wiz <wiz> | 2000-08-22 10:54:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-22 10:54:34 +0000 |
commit | df32e1b8c95d42aac24d1de8479a8dceaa52c2df (patch) | |
tree | 6c46b3ef80c68d56ddba3638b4b420807ccccc08 /print | |
parent | 6f4d1f2b76e70a0623199ff316316fd277285c17 (diff) | |
download | pkgsrc-df32e1b8c95d42aac24d1de8479a8dceaa52c2df.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") |