aboutsummaryrefslogtreecommitdiff
path: root/lang/php5/Makefile.ext
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-08-18 16:40:18 +0000
committerXin LI <delphij@FreeBSD.org>2006-08-18 16:40:18 +0000
commit872a6959cf8b4ec5278bc83354dec9305ee2d987 (patch)
tree5f284d13845196ba8cdc20270596bd8397de736f /lang/php5/Makefile.ext
parent9af1ca16b57383d706f7bd4ff02857c9296ca9a2 (diff)
downloadports-872a6959cf8b4ec5278bc83354dec9305ee2d987.tar.gz
ports-872a6959cf8b4ec5278bc83354dec9305ee2d987.zip
Notes
Diffstat (limited to 'lang/php5/Makefile.ext')
-rw-r--r--lang/php5/Makefile.ext4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 02aadbc30f08..49b14689829d 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -149,6 +149,10 @@ USE_GCC= 3.4+
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
USE_OPENLDAP= yes
+
+. ifdef(WANT_OPENLDAP_SASL)
+CONFIGURE_ARGS+=--with-ldap-sasl
+. endif
.endif
.if ${PHP_MODNAME} == "mbstring"