aboutsummaryrefslogtreecommitdiff
path: root/net/ldapsh
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-08-02 09:35:31 +0000
committerClement Laforet <clement@FreeBSD.org>2004-08-02 09:35:31 +0000
commit76538a8a28783f68f09bd7606385fc55efbf0dc5 (patch)
treedaa23762ee53b376cab2f8ce15ef049c100be5b3 /net/ldapsh
parenta7688ff5587b2c9b2cfe50a3d161f9a9f61d0dcb (diff)
downloadports-76538a8a28783f68f09bd7606385fc55efbf0dc5.tar.gz
ports-76538a8a28783f68f09bd7606385fc55efbf0dc5.zip
- Add missing dependency
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=115250
Diffstat (limited to 'net/ldapsh')
-rw-r--r--net/ldapsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ldapsh/Makefile b/net/ldapsh/Makefile
index 1dbe5582f97e..bc99557dc5f3 100644
--- a/net/ldapsh/Makefile
+++ b/net/ldapsh/Makefile
@@ -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