From 1673a2836267e5696f2be929be81c05c6a516fbe Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 4 Nov 2014 21:46:55 +0000 Subject: [PATCH] sync WANTLIB to fix the -ldap flavour, as found by Joe Price (missed during the heimdal removal because this isn't linked to the build to avoid conflicting dependencies on apr-util and apr-util--ldap by different ports in the tree). --- www/apache-httpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/apache-httpd/Makefile b/www/apache-httpd/Makefile index 5bf38056157..34ab4e44ba6 100644 --- a/www/apache-httpd/Makefile +++ b/www/apache-httpd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.53 2014/10/02 17:13:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.54 2014/11/04 21:46:55 sthen Exp $ COMMENT= apache HTTP server V= 2.2.29 -REVISION= 1 +REVISION= 2 PKGNAME= apache-httpd-${V} DISTNAME= httpd-${V} @@ -27,7 +27,7 @@ FLAVOR?= .if ${FLAVOR:Mldap} CONFIGURE_ARGS+= --with-ldap --enable-ldap --enable-authnz-ldap -WANTLIB+= heimbase lber-2.4 ldap-2.4 sasl2 +WANTLIB+= lber-2.4 ldap-2.4 sasl2 LIB_DEPENDS+= databases/openldap LIB_DEPENDS+= apr-util-*-ldap:devel/apr-util,ldap .else