summaryrefslogtreecommitdiff
path: root/print/acroread7
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-04-17 21:40:11 +0000
committerwiz <wiz@pkgsrc.org>2006-04-17 21:40:11 +0000
commit0f4fcbfeba9bfab3b4688c4aacf621d8f1d0e987 (patch)
tree7f419b972d03c5495498ed8d8357188a356a8c81 /print/acroread7
parentea71a39ca01b6eb4e8fd9d0f86871cdcaae1352c (diff)
downloadpkgsrc-0f4fcbfeba9bfab3b4688c4aacf621d8f1d0e987.tar.gz
Fix dependencies for NetBSD/i386: needs 10.0 suse libraries and
suse_compat. Bump PKGREVISION. Noted by smb@
Diffstat (limited to 'print/acroread7')
-rw-r--r--print/acroread7/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile
index b85913993f9..ab54773c774 100644
--- a/print/acroread7/Makefile
+++ b/print/acroread7/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/04/09 09:53:59 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2006/04/17 21:40:11 wiz Exp $
DISTNAME= acroread7 # Overridden below
PKGNAME= acroread7-7.0.5
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/enu/
@@ -35,8 +36,9 @@ PLATFORM= unknown
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
. if (${MACHINE_ARCH} == "i386")
-DEPENDS+= suse_gtk2>=9.1:../../emulators/${SUSE_DIR_PREFIX}_gtk2
-DEPENDS+= suse_locale>=9.1:../../emulators/${SUSE_DIR_PREFIX}_locale
+DEPENDS+= suse_gtk2>=10.0:../../emulators/${SUSE_DIR_PREFIX}_gtk2
+DEPENDS+= suse_locale>=10.0:../../emulators/${SUSE_DIR_PREFIX}_locale
+DEPENDS+= suse_compat>=10.0:../../emulators/${SUSE_DIR_PREFIX}_compat
DISTNAME= AdobeReader_enu-7.0.5-1.i386
PLATFORM= intellinux
.endif