summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd>2017-01-30 10:37:15 +0000
committermarkd <markd>2017-01-30 10:37:15 +0000
commitbe3d42f2a917942d3e3f91b3cccba094ffc06540 (patch)
treef80420e674b1c78d017bb83b3dcd11f643c1c580
parent3640b390fb688658093ad8fa1b904c4e03db906d (diff)
downloadpkgsrc-be3d42f2a917942d3e3f91b3cccba094ffc06540.tar.gz
Specify full path for gs as well.
-rw-r--r--print/cups-filters/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index ae38bf081a4..c588cdb94a4 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2017/01/25 14:36:38 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2017/01/30 10:37:15 markd Exp $
DISTNAME= cups-filters-1.13.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
@@ -46,6 +46,7 @@ CONFIGURE_ARGS+= --disable-mutool
CONFIGURE_ARGS+= --with-apple-raster-filter=rastertopdf
CONFIGURE_ARGS+= --with-shell=${TOOLS_PATH.bash}
CONFIGURE_ARGS+= --with-pdftops-path=${PREFIX}/bin/pdftops
+CONFIGURE_ARGS+= --with-gs-path=${PREFIX}/bin/gs
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/cups-filters