diff options
author | tijl <tijl@FreeBSD.org> | 2017-05-26 16:41:48 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-05-26 16:41:48 +0800 |
commit | cc8c4a3531ff1aaad1ef12f329ff92302986f39a (patch) | |
tree | 500d1bf89668cf3e16a3a806e15def6e8d445148 /print | |
parent | 8ae03746d68713755f803a62927f057aea28e5c5 (diff) | |
download | freebsd-ports-gnome-cc8c4a3531ff1aaad1ef12f329ff92302986f39a.tar.gz freebsd-ports-gnome-cc8c4a3531ff1aaad1ef12f329ff92302986f39a.tar.zst freebsd-ports-gnome-cc8c4a3531ff1aaad1ef12f329ff92302986f39a.zip |
Always specify --with-pdftops-path to fix build with MUPDF option.
PR: 219548
Submitted by: Albert Ou <aou@eecs.berkeley.edu>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index a55b5ed2aa24..80c45374cafd 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -33,7 +33,7 @@ SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \ USE_GNOME= glib20 USE_RC_SUBR= cups_browsed GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-shell=/bin/sh +CONFIGURE_ARGS= --with-shell=/bin/sh --with-pdftops-path=${LOCALBASE}/bin/pdftops INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include @@ -94,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 --with-pdftops-path=${LOCALBASE}/bin/pdftops +HYBRID_CONFIGURE_ON= --with-pdftops=hybrid 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 --with-pdftops-path=${LOCALBASE}/bin/pdftops +PDFTOPS_CONFIGURE_ON= --with-pdftops=pdftops PDFTOPS_DESC= Poppler pdftops(1) MUPDF_BUILD_DEPENDS= mutool:graphics/mupdf |