From 3fccc4d9a5d6f45ef88537bd20d39666977499c5 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Thu, 22 Aug 2002 19:34:32 +0000 Subject: BerkeleyDB cleanup - stage 3 Version 2 of Berkeley DB has been repo-copied to databases/db2, for naming consistency with the other ports. Fix dependencies accordingly. --- net/openldap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/openldap') diff --git a/net/openldap/Makefile b/net/openldap/Makefile index eefa71527f48..0352d1a177eb 100644 --- a/net/openldap/Makefile +++ b/net/openldap/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --enable-wrappers .endif .if defined(WITH_DB2) -BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ +BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib" -- cgit v1.2.3