diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-10 22:44:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-10 22:44:52 +0000 |
commit | 0b4f9acc6050939791ae274b3f770f879ee6d52b (patch) | |
tree | 2e3f0bb50bdb923e5a6803f85f2068b46228c2b7 /print | |
parent | 17c54d1ce99f48b66006a1146a1fc4bcc1d7c57d (diff) | |
download | pkgsrc-0b4f9acc6050939791ae274b3f770f879ee6d52b.tar.gz |
Accept suse100* packages too. Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread7/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index 9c49f6fd878..1cf8c3a4d1e 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:28 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/03/10 22:44:52 wiz Exp $ DISTNAME= acroread7 # Overridden below PKGNAME= acroread7-7.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/ @@ -36,8 +36,8 @@ PLATFORM= unknown .if ${OPSYS} == "NetBSD" . if (${MACHINE_ARCH} == "i386") -DEPENDS+= suse_gtk2>=9.1:../../emulators/suse91_gtk2 -DEPENDS+= suse_locale>=9.1:../../emulators/suse91_locale +DEPENDS+= suse_gtk2>=9.1:../../emulators/${SUSE_DIR_PREFIX}_gtk2 +DEPENDS+= suse_locale>=9.1:../../emulators/${SUSE_DIR_PREFIX}_locale DISTNAME= AdbeRdr701_linux_enu PLATFORM= intellinux .endif |