summaryrefslogtreecommitdiff
path: root/devel/apr
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-17 00:14:26 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-17 00:14:26 +0000
commit37ebbb561a43db755012b95e70f92225b5d4885b (patch)
treecd4ea0807ba90278a0d61a1a58158df2d2f164a3 /devel/apr
parentbb71625a332bd3266c2c56f10f756f8a2e34c6d4 (diff)
downloadpkgsrc-37ebbb561a43db755012b95e70f92225b5d4885b.tar.gz
Add APR_CONFIGURE_ARGS=--with-ldap, missed in previous.
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