pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript-gnu Since this package installs a Pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2d1c3e09733
branches:  trunk
changeset: 514818:b2d1c3e09733
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 18 10:35:42 2006 +0000

description:
Since this package installs a Perl program in bin/, it should have a
run-time dependency on Perl. This fixes the bulk build with
CHECK_INTERPRETER=yes. Bumped PKGREVISION.

diffstat:

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

diffs (22 lines):

diff -r 6b3c45e5d0f7 -r b2d1c3e09733 print/ghostscript-gnu/Makefile
--- a/print/ghostscript-gnu/Makefile    Sun Jun 18 10:07:09 2006 +0000
+++ b/print/ghostscript-gnu/Makefile    Sun Jun 18 10:35:42 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:46 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2006/06/18 10:35:42 rillig Exp $
 
 DISTNAME=      ghostscript-${GS_VERS}
 PKGNAME=       ghostscript-gnu-${GS_VERS}
-PKGREVISION=   3
+PKGREVISION=   4
 GS_VERS=       8.15
 CATEGORIES=    print
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \
@@ -64,6 +64,7 @@
 MAKE_FLAGS+=           XLDFLAGS=${LDFLAGS:M*:Q}
 
 REPLACE_PERL=          lib/fixmswrd.pl
+USE_TOOLS+=            perl:run
 
 GS_RESOURCEDIR=                ${PREFIX}/share/ghostscript/Resource
 GSDATADIR=             ${PREFIX}/share/ghostscript/${GS_VERS}



Home | Main Index | Thread Index | Old Index