summaryrefslogtreecommitdiff
path: root/devel/apr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/apr')
-rw-r--r--devel/apr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index bcd0d0103a5..8b72964f654 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/07/16 23:21:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2004/07/17 00:14:26 xtraeme Exp $
PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION}
CATEGORIES= devel
@@ -68,6 +68,7 @@ post-install:
# Enable OpenLDAP support
.if !empty(APR_USE_OPENLDAP:M[Yy][Ee][Ss])
APU_CONFIGURE_ARGS+= --with-ldap
+APR_CONFIGURE_ARGS+= --with-ldap
.include "../../databases/openldap/buildlink3.mk"
.endif