summaryrefslogtreecommitdiff
path: root/net/openldap
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-08-22 19:34:32 +0000
committerAde Lovett <ade@FreeBSD.org>2002-08-22 19:34:32 +0000
commit3fccc4d9a5d6f45ef88537bd20d39666977499c5 (patch)
treeaa27cbe7bcc7815f9e47e9e8f58ac9c162a4a641 /net/openldap
parentFix typo that would have meant this port would not have compiled (diff)
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.
Notes
Notes: svn path=/head/; revision=64839
Diffstat (limited to 'net/openldap')
-rw-r--r--net/openldap/Makefile2
1 files changed, 1 insertions, 1 deletions
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"