svn commit: r347980 - branches/2014Q1/print/pdflib
Mathieu Arnold
mat at FreeBSD.org
Wed Mar 12 15:01:50 UTC 2014
Author: mat
Date: Wed Mar 12 15:01:49 2014
New Revision: 347980
URL: http://svnweb.freebsd.org/changeset/ports/347980
QAT: https://qat.redports.org/buildarchive/r347980/
Log:
MFH: r347979
Fix build when WITH=PERL.
Sponsored by: Absolight
Modified:
branches/2014Q1/print/pdflib/Makefile
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/print/pdflib/Makefile
==============================================================================
--- branches/2014Q1/print/pdflib/Makefile Wed Mar 12 14:48:13 2014 (r347979)
+++ branches/2014Q1/print/pdflib/Makefile Wed Mar 12 15:01:49 2014 (r347980)
@@ -25,6 +25,8 @@ CONFIGURE_ARGS= --with-py=no --with-ruby
PORTDOCS= *
NO_STAGE= yes
+PERL_USES= perl5
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
@@ -32,7 +34,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