aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-03-12 22:48:13 +0800
committermat <mat@FreeBSD.org>2014-03-12 22:48:13 +0800
commitcbe05f45a0b6439b9ca1a64d1a30ec7067f648c7 (patch)
treee68fadbde119e96217faa437b9dbbf215cbcb441 /print
parentfe17d3e9d2b6daa45de9eb377dfa191f67a119e8 (diff)
downloadfreebsd-ports-gnome-cbe05f45a0b6439b9ca1a64d1a30ec7067f648c7.tar.gz
freebsd-ports-gnome-cbe05f45a0b6439b9ca1a64d1a30ec7067f648c7.tar.zst
freebsd-ports-gnome-cbe05f45a0b6439b9ca1a64d1a30ec7067f648c7.zip
Fix build when WITH=PERL.
Sponsored by: Absolight
Diffstat (limited to 'print')
-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