From d014831c360bd9716eeae3a54cbb4a5e29ab450b Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 18 Jul 2009 15:52:21 +0000 Subject: [PATCH] fix package spec in depend --- databases/openldap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 194843eda7e..9adcbafe6e6 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.85 2008/07/21 06:07:10 brad Exp $ +# $OpenBSD: Makefile,v 1.86 2009/07/18 15:52:21 naddy Exp $ COMMENT-main= Open source LDAP software (client) COMMENT-server= Open source LDAP software (server) @@ -79,7 +79,7 @@ CPPFLAGS+= -I${LOCALBASE}/include/sasl .if ${FLAVOR:L:Mbdb} BROKEN= OpenLDAP 2.3 is incompatible with Berkeley DB 4.6 CONFIGURE_ARGS+= --enable-bdb --enable-hdb -LIB_DEPENDS+= lib/db4/db.>=4:db-4.*:databases/db/v4 +LIB_DEPENDS+= lib/db4/db.>=4:db->=4,<5:databases/db/v4 CPPFLAGS+= -I${LOCALBASE}/include/db4 LDFLAGS+= -L${LOCALBASE}/lib/db4 LIBS+= -ldb