diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-31 06:57:22 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-31 06:57:22 +0000 |
commit | e7200e6ddef0a3fbf3bf41422e6d0f8c26020cf1 (patch) | |
tree | 66ee3e5ea79d0a47909e92055daa44e202647b6a /Mk | |
parent | 448a5e5ed056eca21f6e4c419f976b3ec6d14fd0 (diff) | |
download | FreeBSD-ports-e7200e6ddef0a3fbf3bf41422e6d0f8c26020cf1.zip FreeBSD-ports-e7200e6ddef0a3fbf3bf41422e6d0f8c26020cf1.tar.gz |
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
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.perl.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk index 89d13fa..f8706b1 100644 --- a/Mk/bsd.perl.mk +++ b/Mk/bsd.perl.mk @@ -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) |