diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-12-27 10:24:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-12-27 10:24:43 +0000 |
commit | f0d7ca680e04fc58863f2ba502f767091267725c (patch) | |
tree | 01bda50844aca0852a8128c220127f04af5f456d /lang/php5 | |
parent | d393bbf93e9a1f62c610ae8c1a03915169127e2c (diff) | |
download | ports-f0d7ca680e04fc58863f2ba502f767091267725c.tar.gz ports-f0d7ca680e04fc58863f2ba502f767091267725c.zip |
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index ccd55d551b79..4c0556ecfbfe 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -160,7 +160,7 @@ CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} USE_OPENLDAP= yes . ifdef(WANT_OPENLDAP_SASL) -CONFIGURE_ARGS+=--with-ldap-sasl +CONFIGURE_ARGS+=--with-ldap-sasl=${LOCALBASE} . endif .endif |