diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-18 10:35:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-18 10:35:42 +0000 |
commit | 06e2b2fbce4ef66dd03c16c0d885b5e9c62eba82 (patch) | |
tree | db8f25d2f30e2f8391e2ed88ce6d1498fb29c10f /print | |
parent | a3631bc0acf7859bba8f1573ff08cf486c316c40 (diff) | |
download | pkgsrc-06e2b2fbce4ef66dd03c16c0d885b5e9c62eba82.tar.gz |
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 (limited to 'print')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 903d064f2b3..29c62bc36b4 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -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+= XCFLAGS=${CFLAGS:M*:Q} 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} |