diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-03-12 14:48:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-03-12 14:48:13 +0000 |
commit | 75289dc72101ab41c5189f170e90de312bfc97b1 (patch) | |
tree | e68fadbde119e96217faa437b9dbbf215cbcb441 /print | |
parent | c917a16940d04e4c4af843bccc41cae4a2534ead (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib/Makefile | 3 |
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 |