summaryrefslogtreecommitdiff
path: root/databases/php-ldap/Makefile
diff options
context:
space:
mode:
authormanu <manu>2009-05-29 21:23:58 +0000
committermanu <manu>2009-05-29 21:23:58 +0000
commit32ab34a6fbca2c7fd6ac760fe04738350d2d21fc (patch)
treee6844dd5465d419c963baeb7f6063fe52b60eed5 /databases/php-ldap/Makefile
parent0895f21676a87c620be609b2aa9ca6815f4e4953 (diff)
downloadpkgsrc-32ab34a6fbca2c7fd6ac760fe04738350d2d21fc.tar.gz
Add a SASL option
Diffstat (limited to 'databases/php-ldap/Makefile')
-rw-r--r--databases/php-ldap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/php-ldap/Makefile b/databases/php-ldap/Makefile
index cd5ecd222e6..52ff778789a 100644
--- a/databases/php-ldap/Makefile
+++ b/databases/php-ldap/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:19 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/29 21:23:58 manu Exp $
MODNAME= ldap
+PKGREVISION= 2
CATEGORIES+= databases
COMMENT= PHP extension for LDAP database access
@@ -10,6 +11,8 @@ CONFLICTS= php-ldap-[0-9]*
USE_PHP_EXT_PATCHES= yes
+.include "options.mk"
+
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openldap-client}
.include "../../lang/php/ext.mk"