Date: Wed, 12 Mar 2014 15:01:49 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r347980 - branches/2014Q1/print/pdflib Message-ID: <201403121501.s2CF1nbd054145@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403121501.s2CF1nbd054145>