summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-17 20:58:09 +0000
committerjoerg <joerg>2007-07-17 20:58:09 +0000
commit43822bfd3ad107ce84c42cf7e278b5901a0d697d (patch)
tree29d5a9a06dce4ab7baca1f539dd20dfa9c50165c /print
parent1c90dbad4361e80eb4c622b1e5011182cc63b9c0 (diff)
downloadpkgsrc-43822bfd3ad107ce84c42cf7e278b5901a0d697d.tar.gz
Fix path to Perl in a script. Ride on update.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript/Makefile6
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"