pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/acroread7 Add dependency on suse100_libcups to s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f6b5d1dadd6
branches:  trunk
changeset: 514359:5f6b5d1dadd6
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jun 11 13:38:42 2006 +0000

description:
Add dependency on suse100_libcups to stop crash when you try to print.
Fixes PR pkg/33678.  Bump PKGREVISION.

diffstat:

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

diffs (22 lines):

diff -r 14898c46c30c -r 5f6b5d1dadd6 print/acroread7/Makefile
--- a/print/acroread7/Makefile  Sun Jun 11 13:33:17 2006 +0000
+++ b/print/acroread7/Makefile  Sun Jun 11 13:38:42 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2006/05/22 22:22:04 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/06/11 13:38:42 markd Exp $
 
 DISTNAME=      acroread7       # Overridden below
 PKGNAME=       acroread7-7.0.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/enu/
 
@@ -36,6 +36,7 @@
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
 . if (${MACHINE_ARCH} == "i386")
 DEPENDS+=      suse_gtk2>=10.0:../../emulators/${SUSE_DIR_PREFIX}_gtk2
+DEPENDS+=      suse_libcups>=10.0:../../emulators/${SUSE_DIR_PREFIX}_libcups
 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



Home | Main Index | Thread Index | Old Index