diff options
-rw-r--r-- | mail/extman/Makefile | 2 |
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: |