pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups-filters Specify full path for gs as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e55abae92051
branches:  trunk
changeset: 357853:e55abae92051
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Jan 30 10:37:15 2017 +0000

description:
Specify full path for gs as well.

diffstat:

 print/cups-filters/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8b827d225320 -r e55abae92051 print/cups-filters/Makefile
--- a/print/cups-filters/Makefile       Mon Jan 30 07:17:45 2017 +0000
+++ b/print/cups-filters/Makefile       Mon Jan 30 10:37:15 2017 +0000
@@ -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+=       --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
 



Home | Main Index | Thread Index | Old Index