pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Jan 30 10:37:16 UTC 2017

Modified Files:
        pkgsrc/print/cups-filters: Makefile

Log Message:
Specify full path for gs as well.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/print/cups-filters/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.64 pkgsrc/print/cups-filters/Makefile:1.65
--- pkgsrc/print/cups-filters/Makefile:1.64     Wed Jan 25 14:36:38 2017
+++ pkgsrc/print/cups-filters/Makefile  Mon Jan 30 10:37:15 2017
@@ -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
 



Home | Main Index | Thread Index | Old Index