summaryrefslogtreecommitdiffstats
path: root/news/nntpcache
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-08-15 00:49:31 +0000
committerkuriyama <kuriyama@FreeBSD.org>2003-08-15 00:49:31 +0000
commit23487909ca7033a70fc30adfb2f3bdadddcee493 (patch)
treec7a9a132ab286601d6d7a3590fd42cad88671385 /news/nntpcache
parent39602a96bc814acbf78e72edd603b5471a42823c (diff)
downloadFreeBSD-ports-23487909ca7033a70fc30adfb2f3bdadddcee493.zip
FreeBSD-ports-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.gz
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 'news/nntpcache')
-rw-r--r--news/nntpcache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index dfdf9a6..98156c7 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -25,8 +25,8 @@ LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap12
.endif
.if defined(WITH_LDAP2)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
-LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
+LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client
.endif
# This may be set interactively at install-time. NNTPCache will
OpenPOWER on IntegriCloud