diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-02 09:35:31 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-02 09:35:31 +0000 |
commit | 76538a8a28783f68f09bd7606385fc55efbf0dc5 (patch) | |
tree | daa23762ee53b376cab2f8ce15ef049c100be5b3 /net/ldapsh/Makefile | |
parent | a7688ff5587b2c9b2cfe50a3d161f9a9f61d0dcb (diff) |
Notes
Diffstat (limited to 'net/ldapsh/Makefile')
-rw-r--r-- | net/ldapsh/Makefile | 3 |
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 |