From aa907393a43d485ac47828736a41d6eb86da75c1 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 24 Feb 2003 02:26:55 +0000 Subject: Point dependencies on net/openldap to net/openldap12 --- news/nntpcache/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news') diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 6adf964d8393..dff267192088 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -21,8 +21,8 @@ COMMENT= News caching/anti-spam/server-merging system BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake .if defined(WITH_LDAP) && !defined(WITH_LDAP2) -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap -LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap +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/openldap2 -- cgit