summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-03-18 11:55:49 +0000
committerwiz <wiz@pkgsrc.org>2014-03-18 11:55:49 +0000
commit3f64049ace19e8110bd72b42fb79e09ddb606b5d (patch)
tree97a25ca2e5f3234329e151e87355de1d1a867035 /print
parent65bfd01028a66a884b97567e57d9bea14eb7698f (diff)
downloadpkgsrc-3f64049ace19e8110bd72b42fb79e09ddb606b5d.tar.gz
acroread9 comes with host of libraries included.
In particular, it comes with a curl library, which needs libidn. libidn is not provided though. Since libidn is in suse121_base but a separate package in suse131 (suse131_libidn), depend on curl so that it is pulled in correctly. Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/acroread9/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/acroread9/Makefile b/print/acroread9/Makefile
index 16978f8d58e..0eb938547ec 100644
--- a/print/acroread9/Makefile
+++ b/print/acroread9/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2013/05/24 13:11:08 obache Exp $
+# $NetBSD: Makefile,v 1.11 2014/03/18 11:55:49 wiz Exp $
DISTNAME= acroread9 # overridden below
PKGNAME= acroread9-9.5.5
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PKGVERSION_NOREV}/enu/
@@ -20,7 +21,7 @@ WRKSRC= ${WRKDIR}/AdobeReader
BUILD_DIRS= # empty
EMUL_PLATFORMS= linux-i386
-EMUL_MODULES.linux= compat cups gtk2 locale xml2
+EMUL_MODULES.linux= compat cups curl gtk2 locale xml2
EMUL_REQD= suse>=10.0
.include "../../mk/bsd.prefs.mk"