aboutsummaryrefslogtreecommitdiff
path: root/print/pdflib
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-03-12 14:48:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-03-12 14:48:13 +0000
commit75289dc72101ab41c5189f170e90de312bfc97b1 (patch)
treee68fadbde119e96217faa437b9dbbf215cbcb441 /print/pdflib
parentc917a16940d04e4c4af843bccc41cae4a2534ead (diff)
downloadports-75289dc72101ab41c5189f170e90de312bfc97b1.tar.gz
ports-75289dc72101ab41c5189f170e90de312bfc97b1.zip
Fix build when WITH=PERL.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=347979
Diffstat (limited to 'print/pdflib')
-rw-r--r--print/pdflib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile
index 0f1f46082dcf..94c7d064b6cc 100644
--- a/print/pdflib/Makefile
+++ b/print/pdflib/Makefile
@@ -24,6 +24,8 @@ CONFIGURE_ARGS= --with-py=no --with-ruby=no --with-tcl=no
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