pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q1]: pkgsrc/print/acroread7 Pullup ticket 1519 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffcf93276cb5
branches:  pkgsrc-2006Q1
changeset: 510257:ffcf93276cb5
user:      salo <salo%pkgsrc.org@localhost>
date:      Sat May 06 16:29:57 2006 +0000

description:
Pullup ticket 1519 - requested by hira
update acroread7 dependencies

Revisions pulled up:
- pkgsrc/print/acroread7/Makefile               1.11

   Module Name:         pkgsrc
   Committed By:        wiz
   Date:                Mon Apr 17 21:40:11 UTC 2006

   Modified Files:
        pkgsrc/print/acroread7: Makefile

   Log Message:
   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 bcb6962cefdc -r ffcf93276cb5 print/acroread7/Makefile
--- a/print/acroread7/Makefile  Wed May 03 09:11:28 2006 +0000
+++ b/print/acroread7/Makefile  Sat May 06 16:29:57 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9.2.1 2006/04/09 19:38:28 salo Exp $
+# $NetBSD: Makefile,v 1.9.2.2 2006/05/06 16:29:57 salo 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