From 3eaef10d184a093e101a155569b78d65c5dcb79a Mon Sep 17 00:00:00 2001 From: landry Date: Sat, 8 Jan 2011 08:47:53 +0000 Subject: [PATCH] Fix WANTLIB. For some reason this one was not catched in bulks with openldap 2.4. --- www/cherokee/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 534acbcbe41..2b42d3de8dd 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2010/12/27 14:50:24 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.23 2011/01/08 08:47:53 landry Exp $ SHARED_ONLY= Yes @@ -19,6 +19,7 @@ PKGNAME-geoip = cherokee-geoip-${VERSION} PKGNAME-streaming = cherokee-streaming-${VERSION} REVISION-main= 2 +REVISION-ldap= 0 SHARED_LIBS = cherokee-base 0.0 \ cherokee-client 0.0 \ @@ -59,7 +60,7 @@ WANTLIB-geoip = crypto GeoIP>=6 RUN_DEPENDS-geoip = ${BASE_PKGPATH} LIB_DEPENDS-ldap = databases/openldap -WANTLIB-ldap = asn1 com_err crypto gssapi krb5 lber-2.3 ldap-2.3 sasl2 ssl +WANTLIB-ldap = asn1 com_err crypto gssapi krb5 lber-2.4 ldap-2.4 sasl2 ssl RUN_DEPENDS-ldap = ${BASE_PKGPATH} LIB_DEPENDS-mysql = databases/mysql