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 /x11/kdebase4-runtime | |
parent | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (diff) | |
download | ports-b67a28791a0371d8bde0cfa4e774b3aac5411530.tar.gz ports-b67a28791a0371d8bde0cfa4e774b3aac5411530.zip |
Notes
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 8581d602bd18..c2820dd38b0a 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--without-java \ # This enables kio_ldap (needed by kaddresbook). .if defined(WITH_LDAP) || exists($(LOCALBASE)/lib/libldap.so) -LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21 +LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21-client PLIST_APPEND+= plist.ldap .endif |