svn commit: r441762 - head/print/cups-filters

Tijl Coosemans tijl at FreeBSD.org
Fri May 26 08:41:49 UTC 2017


Author: tijl
Date: Fri May 26 08:41:48 2017
New Revision: 441762
URL: https://svnweb.freebsd.org/changeset/ports/441762

Log:
  Always specify --with-pdftops-path to fix build with MUPDF option.
  
  PR:		219548
  Submitted by:	Albert Ou <aou at eecs.berkeley.edu>
  Approved by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)

Modified:
  head/print/cups-filters/Makefile

Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile	Fri May 26 08:20:18 2017	(r441761)
+++ head/print/cups-filters/Makefile	Fri May 26 08:41:48 2017	(r441762)
@@ -33,7 +33,7 @@ SHEBANG_FILES=	filter/braille/drivers/ge
 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


More information about the svn-ports-all mailing list