diff options
author | tron <tron@pkgsrc.org> | 2005-07-07 21:18:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-07-07 21:18:08 +0000 |
commit | c6586b1cc39aa1f58552fc68d78e332b63d8c808 (patch) | |
tree | 9cd93c2f9bfe59e2da591412e5f135bac98d99b1 /print | |
parent | 940d9e4d856145e1bd7a25f5c41f9aa1483b3634 (diff) | |
download | pkgsrc-c6586b1cc39aa1f58552fc68d78e332b63d8c808.tar.gz |
Avoid compiling the path to the "gzip" wrapper script into the binary,
bump package revision.
Diffstat (limited to 'print')
-rw-r--r-- | print/magicfilter/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index 75b2dca4ded..b1d0f695673 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2005/05/22 20:08:28 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2005/07/07 21:18:08 tron Exp $ DISTNAME= magicfilter-1.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/printing/} @@ -15,9 +15,10 @@ DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin DEPENDS+= papersize-[0-9]*:../../print/papersize -USE_TOOLS+= gmake +USE_TOOLS+= gmake gzip GNU_CONFIGURE= yes CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs +CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:C/ .*//W:Q} PLIST_SRC= ${WRKDIR}/PLIST |