pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/acroread9 acroread9 comes with host of libraries...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23c49075a5ea
branches:  trunk
changeset: 632167:23c49075a5ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 18 11:55:49 2014 +0000

description:
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:

 print/acroread9/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 3daae505d056 -r 23c49075a5ea print/acroread9/Makefile
--- a/print/acroread9/Makefile  Tue Mar 18 11:10:52 2014 +0000
+++ b/print/acroread9/Makefile  Tue Mar 18 11:55:49 2014 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index