summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-19 02:15:42 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-19 02:15:42 +0000
commit812ee284a155c3bb3fc38630bd6395b65d62f27e (patch)
treea0884caf9ab4dfdd210c283779e12f9a7e246f3f
parentMake the determination of SUFFIX more general and the one of (diff)
- Fix dependency on p5-DBD-LDAP
PR: 134657 Submitted by: myself Approved by: chifeng <chifeng@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=234184
-rw-r--r--mail/extman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/extman/Makefile b/mail/extman/Makefile
index 1615cf2daae9..878cc4043b9a 100644
--- a/mail/extman/Makefile
+++ b/mail/extman/Makefile
@@ -29,7 +29,7 @@ OPTIONS= MySQL "Use MySQL support" On \
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if defined(WITH_LDAP)
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP
+RUN_DEPENDS+= ${SITE_PERL}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP
.endif
do-install: