diff options
author | kleink <kleink@pkgsrc.org> | 2000-06-15 12:55:07 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2000-06-15 12:55:07 +0000 |
commit | a0b056ab24816aa88dae982afd3de7ba650fc71b (patch) | |
tree | 8bc213f358f3379fb330901cd09874504f38f838 /www/php3-ldap | |
parent | 57df0c9abe5672c5f09c1ff95f60d48e9586a109 (diff) | |
download | pkgsrc-a0b056ab24816aa88dae982afd3de7ba650fc71b.tar.gz |
Match openldap-1.2.*.
Diffstat (limited to 'www/php3-ldap')
-rw-r--r-- | www/php3-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3-ldap/Makefile b/www/php3-ldap/Makefile index dd505cee6ff..2b2c628d34e 100644 --- a/www/php3-ldap/Makefile +++ b/www/php3-ldap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 1999/12/17 11:16:45 agc Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/15 13:06:04 kleink Exp $ # PKGNAME= php-ldap-${PHP_VERSION} -DEPENDS+= openldap-1.2.7p1:../../databases/openldap +DEPENDS+= openldap-1.2.*:../../databases/openldap CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} |