diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
commit | 2835757114bfcb81f5118da55d313b8b27d29a8a (patch) | |
tree | f8806a8994b3c8c3590caae2cd5d43ae5459114e /www/p5-AxKit | |
parent | fac88ab9a70af5389d76248602030bbec53a7756 (diff) |
Remove redundant USE_PERL5 statements.
Notes
Notes:
svn path=/head/; revision=46821
Diffstat (limited to 'www/p5-AxKit')
-rw-r--r-- | www/p5-AxKit/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile index 6a427214aac7..fa032b38e354 100644 --- a/www/p5-AxKit/Makefile +++ b/www/p5-AxKit/Makefile @@ -28,7 +28,6 @@ BUILD_DEPENDS= \ ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PERL5= yes SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |