summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-17 20:58:09 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-17 20:58:09 +0000
commitedb98b4b86b90f4df8518a5b7c092b4733269bc8 (patch)
tree29d5a9a06dce4ab7baca1f539dd20dfa9c50165c /print
parentd74cf4b2242bc8925e5f15e0974f4459833bfca1 (diff)
downloadpkgsrc-edb98b4b86b90f4df8518a5b7c092b4733269bc8.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"