pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/acroread7 Fix dependencies for NetBSD/i386: need...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74ec886b4762
branches:  trunk
changeset: 511591:74ec886b4762
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 17 21:40:11 2006 +0000

description:
Fix dependencies for NetBSD/i386: needs 10.0 suse libraries and
suse_compat.  Bump PKGREVISION.
Noted by smb@

diffstat:

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

diffs (25 lines):

diff -r 126d8e231c3d -r 74ec886b4762 print/acroread7/Makefile
--- a/print/acroread7/Makefile  Mon Apr 17 21:17:29 2006 +0000
+++ b/print/acroread7/Makefile  Mon Apr 17 21:40:11 2006 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index