svn commit: r347979 - head/print/pdflib

Mathieu Arnold mat at FreeBSD.org
Wed Mar 12 14:48:14 UTC 2014


Author: mat
Date: Wed Mar 12 14:48:13 2014
New Revision: 347979
URL: http://svnweb.freebsd.org/changeset/ports/347979
QAT: https://qat.redports.org/buildarchive/r347979/

Log:
  Fix build when WITH=PERL.
  
  Sponsored by:	Absolight

Modified:
  head/print/pdflib/Makefile

Modified: head/print/pdflib/Makefile
==============================================================================
--- head/print/pdflib/Makefile	Wed Mar 12 13:00:43 2014	(r347978)
+++ head/print/pdflib/Makefile	Wed Mar 12 14:48:13 2014	(r347979)
@@ -24,6 +24,8 @@ CONFIGURE_ARGS=	--with-py=no --with-ruby
 
 PORTDOCS=	*
 
+PERL_USES=	perl5
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
@@ -31,7 +33,6 @@ CONFIGURE_ARGS+=--enable-64bit
 .endif
 
 .if ${PORT_OPTIONS:MPERL}
-USES+=		perl5
 PLIST_SUB=	PERL=""
 CONFIGURE_ARGS+=--with-perl=${PERL}
 .else


More information about the svn-ports-all mailing list