pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript Fix path to Perl in a script. Ride o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e30f0fe3b81
branches:  trunk
changeset: 531023:9e30f0fe3b81
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 17 20:58:09 2007 +0000

description:
Fix path to Perl in a script. Ride on update.

diffstat:

 print/ghostscript/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r cd632918105b -r 9e30f0fe3b81 print/ghostscript/Makefile
--- a/print/ghostscript/Makefile        Tue Jul 17 20:24:13 2007 +0000
+++ b/print/ghostscript/Makefile        Tue Jul 17 20:58:09 2007 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index