diff options
author | ade <ade@FreeBSD.org> | 2002-08-23 03:34:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-23 03:34:32 +0800 |
commit | 4b9e0f07bfdac7575be92aeb13c065ff2cb91b42 (patch) | |
tree | db18b91a7faf4960db603dd768fe71b2fa6c9968 /net/openldap12 | |
parent | 664e06eb6023c34236e75e5a31c39f0941cf2a6b (diff) | |
download | freebsd-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/Makefile | 2 |
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" |