aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-03-28 05:30:50 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-03-28 05:30:50 +0000
commit520a1f51594027d96534e91dcd6ec512700597fc (patch)
tree4bbb3c4fd6d8691dce815ff3b4eb4c327fb9624f /print
parent35f875a7d90a5110c53070f83a299dada1f63342 (diff)
downloadports-520a1f51594027d96534e91dcd6ec512700597fc.tar.gz
ports-520a1f51594027d96534e91dcd6ec512700597fc.zip
print/cups-filters: fix printing of PDF files
- by explicitly referencing the path to pdftops PR: 218175 Submitted by: Jonathan Chen <jonc@chen.org.nz> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Notes
Notes: svn path=/head/; revision=437095
Diffstat (limited to 'print')
-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 6fa341cbfff5..321107ce1afb 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cups-filters
PORTVERSION= 1.13.4
+PORTREVISION?= 1
CATEGORIES= print
MASTER_SITES= http://www.openprinting.org/download/cups-filters/
@@ -93,12 +94,12 @@ GS_DESC= Ghostscript gs(1)
HYBRID_BUILD_DEPENDS= pdftops:graphics/poppler-utils
HYBRID_RUN_DEPENDS= pdftops:graphics/poppler-utils
-HYBRID_CONFIGURE_ON= --with-pdftops=hybrid
+HYBRID_CONFIGURE_ON= --with-pdftops=hybrid --with-pdftops-path=${LOCALBASE}/bin/pdftops
HYBRID_DESC= Ghostscript or Poppler depending on printer
PDFTOPS_BUILD_DEPENDS= pdftops:graphics/poppler-utils
PDFTOPS_RUN_DEPENDS= pdftops:graphics/poppler-utils
-PDFTOPS_CONFIGURE_ON= --with-pdftops=pdftops
+PDFTOPS_CONFIGURE_ON= --with-pdftops=pdftops --with-pdftops-path=${LOCALBASE}/bin/pdftops
PDFTOPS_DESC= Poppler pdftops(1)
PDFTOPS_RENDERER_DESC= Default PDF-to-PostScript renderer