aboutsummaryrefslogtreecommitdiffstats
path: root/net/openldap12
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-08-23 03:34:32 +0800
committerade <ade@FreeBSD.org>2002-08-23 03:34:32 +0800
commit4b9e0f07bfdac7575be92aeb13c065ff2cb91b42 (patch)
treedb18b91a7faf4960db603dd768fe71b2fa6c9968 /net/openldap12
parent664e06eb6023c34236e75e5a31c39f0941cf2a6b (diff)
downloadfreebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.gz
freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.zst
freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.zip
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.
Diffstat (limited to 'net/openldap12')
-rw-r--r--net/openldap12/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile
index eefa71527f48..0352d1a177eb 100644
--- a/net/openldap12/Makefile
+++ b/net/openldap12/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"