aboutsummaryrefslogtreecommitdiffstats
path: root/net
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
parent664e06eb6023c34236e75e5a31c39f0941cf2a6b (diff)
downloadfreebsd-ports-graphics-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.gz
freebsd-ports-graphics-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.zst
freebsd-ports-graphics-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')
-rw-r--r--net/openldap/Makefile2
-rw-r--r--net/openldap12/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap/Makefile b/net/openldap/Makefile
index eefa71527f4..0352d1a177e 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"
diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile
index eefa71527f4..0352d1a177e 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"