aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdebase4-workspace
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-08-15 08:49:31 +0800
committerkuriyama <kuriyama@FreeBSD.org>2003-08-15 08:49:31 +0800
commit23487909ca7033a70fc30adfb2f3bdadddcee493 (patch)
treec7a9a132ab286601d6d7a3590fd42cad88671385 /x11/kdebase4-workspace
parent39602a96bc814acbf78e72edd603b5471a42823c (diff)
downloadfreebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.gz
freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.zst
freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.zip
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect # packages built on bento...
Diffstat (limited to 'x11/kdebase4-workspace')
-rw-r--r--x11/kdebase4-workspace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile
index 8581d602bd18..c2820dd38b0a 100644
--- a/x11/kdebase4-workspace/Makefile
+++ b/x11/kdebase4-workspace/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