diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-19 10:15:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-19 10:15:42 +0800 |
commit | 21f8c6a607d913c6d4b9fd320435b35ac6ed9876 (patch) | |
tree | 0ade968fd6e84fda37850a9de4771df840d3839b /mail | |
parent | c9b9e6a6f73022b093b6154db2c39942e7a895e1 (diff) | |
download | freebsd-ports-gnome-21f8c6a607d913c6d4b9fd320435b35ac6ed9876.tar.gz freebsd-ports-gnome-21f8c6a607d913c6d4b9fd320435b35ac6ed9876.tar.zst freebsd-ports-gnome-21f8c6a607d913c6d4b9fd320435b35ac6ed9876.zip |
- Fix dependency on p5-DBD-LDAP
PR: 134657
Submitted by: myself
Approved by: chifeng <chifeng@gmail.com> (maintainer)
Diffstat (limited to 'mail')
-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: |