diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-18 00:55:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-18 00:55:37 +0000 |
commit | 2b0fb5857216e64c53647f0490f68ac630ff7863 (patch) | |
tree | d50ae27f59c4ca126407a358c8eb5608b1753c04 /ftp/profxp | |
parent | Add depends to p5-Locale-Maketext-Lexicon & p5-Locale-Maketext-Simple, (diff) |
s/USE_PERL/USE_PERL5/
Notes
Notes:
svn path=/head/; revision=109387
Diffstat (limited to 'ftp/profxp')
-rw-r--r-- | ftp/profxp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index 1db776707c68..d9f1a8156bb2 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5- RUN_DEPENDS+= ${PERL_SITELIBDIR}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor .endif -USE_PERL= yes +USE_PERL5= yes PERL_SITELIBDIR= ${SITE_PERL} WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes |