diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-07 13:29:00 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-07 13:29:00 +0000 |
commit | 2872eba657883ac779a692ce7b0e1d603f0fe686 (patch) | |
tree | 936d56e32fe3a184b933de351979c13c89970109 /www/p5-CatalystX-InjectComponent | |
parent | 7c88a36d53291b2002c5dd0ba1c4822c7585d40e (diff) | |
download | ports-2872eba657883ac779a692ce7b0e1d603f0fe686.tar.gz ports-2872eba657883ac779a692ce7b0e1d603f0fe686.zip |
The variable is USE_PERL5 not USE_PERL
Submitted by: Alex Kozlov
Reviewed by: perl (swills)
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=290590
Diffstat (limited to 'www/p5-CatalystX-InjectComponent')
-rw-r--r-- | www/p5-CatalystX-InjectComponent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-CatalystX-InjectComponent/Makefile b/www/p5-CatalystX-InjectComponent/Makefile index 3278557d7db7..f02476320690 100644 --- a/www/p5-CatalystX-InjectComponent/Makefile +++ b/www/p5-CatalystX-InjectComponent/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-parent>=0:${PORTSDIR}/devel/p5-parent TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= CatalystX::InjectComponent.3 |