svn commit: r324008 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 31 06:57:22 UTC 2013
Author: bapt
Date: Wed Jul 31 06:57:22 2013
New Revision: 324008
URL: http://svnweb.freebsd.org/changeset/ports/324008
Log:
Do not force perl as a patch and extract dependency each time the old form of USE_PERL5 is used
Speed boost make index and package builder order calculation
Reviewed by: az
Modified:
head/Mk/bsd.perl.mk
Modified: head/Mk/bsd.perl.mk
==============================================================================
--- head/Mk/bsd.perl.mk Wed Jul 31 06:54:09 2013 (r324007)
+++ head/Mk/bsd.perl.mk Wed Jul 31 06:57:22 2013 (r324008)
@@ -186,8 +186,6 @@ CONFIGURE_ENV+= PERL_MM_USE_DEFAULT="YES
.endif # defined(PERL_CONFIGURE)
.if defined(USE_PERL5) || defined(USE_PERL5_BUILD)
-EXTRACT_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
-PATCH_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
BUILD_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
.endif
.if defined(USE_PERL5) || defined(USE_PERL5_RUN)
More information about the svn-ports-head
mailing list