diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
commit | b67a28791a0371d8bde0cfa4e774b3aac5411530 (patch) | |
tree | 9d173fd418f58fc2aa9356116feba4ad6291ee51 /www/apache21 | |
parent | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (diff) | |
download | ports-b67a28791a0371d8bde0cfa4e774b3aac5411530.tar.gz ports-b67a28791a0371d8bde0cfa4e774b3aac5411530.zip |
Notes
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 43add6bbf111..b774e1a0e7b5 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -75,7 +75,7 @@ PLIST_SUB+= SUEXEC="@comment " .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client CONFIGURE_ARGS+= --with-ldap \ --enable-ldap --enable-auth-ldap \ --with-ldap-lib="${LOCALBASE}/lib" \ |