diff options
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" |