diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-14 13:40:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-14 13:40:06 +0000 |
commit | 6765119a4b48939025938eeb0fc8cf2eecf5bf0b (patch) | |
tree | ae3d60ec5910ee2c7a60640fd91975bc8444fc20 /print/ghostscript-esp | |
parent | b1e6764d1370dc4737eef36214976f1b5c576334 (diff) | |
download | pkgsrc-6765119a4b48939025938eeb0fc8cf2eecf5bf0b.tar.gz |
Needs Perl as it installs a script. Bump revision.
Diffstat (limited to 'print/ghostscript-esp')
-rw-r--r-- | print/ghostscript-esp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-esp/Makefile b/print/ghostscript-esp/Makefile index cf6bb46f7be..99852cd9713 100644 --- a/print/ghostscript-esp/Makefile +++ b/print/ghostscript-esp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2007/04/13 15:42:07 gdt Exp $ +# $NetBSD: Makefile,v 1.25 2007/08/14 13:40:06 joerg Exp $ DISTNAME= espgs-${GS_VERS}-source PKGNAME= ghostscript-esp-${GS_VERS} -PKGREVISION= 5 +PKGREVISION= 6 BASEGS_VERS= 8.15 GS_VERS= ${BASEGS_VERS}.1 CATEGORIES= print @@ -32,7 +32,7 @@ DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config perl:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ijs CONFIGURE_ARGS+= --without-omni |