diff options
author | joerg <joerg> | 2007-07-17 20:58:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-17 20:58:09 +0000 |
commit | 43822bfd3ad107ce84c42cf7e278b5901a0d697d (patch) | |
tree | 29d5a9a06dce4ab7baca1f539dd20dfa9c50165c /print/ghostscript | |
parent | 1c90dbad4361e80eb4c622b1e5011182cc63b9c0 (diff) | |
download | pkgsrc-43822bfd3ad107ce84c42cf7e278b5901a0d697d.tar.gz |
Fix path to Perl in a script. Ride on update.
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index b343e6c7adc..fff1020a7a2 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/07/17 18:53:54 drochner Exp $ +# $NetBSD: Makefile,v 1.31 2007/07/17 20:58:09 joerg Exp $ DISTNAME= ghostscript-8.57 CATEGORIES= print @@ -15,9 +15,11 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl:run GNU_CONFIGURE= yes +REPLACE_PERL+= lib/fixmswrd.pl + GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/Resource .include "../../mk/bsd.prefs.mk" |