- Add missing dependency

Submitted by:	maintainer
This commit is contained in:
Clement Laforet 2004-08-02 09:35:31 +00:00
parent a7688ff558
commit 76538a8a28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115250

View File

@ -17,7 +17,8 @@ COMMENT= Interactive shell used to administer ldap directories
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes