diff options
author | agc <agc@pkgsrc.org> | 1999-12-17 11:16:45 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-12-17 11:16:45 +0000 |
commit | 99ea8abb7111647e95cf80a371c8e548938fe3d5 (patch) | |
tree | db2efc240f7757d8f412d57d98b2d139c4692c57 /www/php3-ldap | |
parent | cc4249d63ad2ad52ea1671ccde58537153682c55 (diff) | |
download | pkgsrc-99ea8abb7111647e95cf80a371c8e548938fe3d5.tar.gz |
Update dependency on openldap to reflect its correct version. Pointed
out by David Brownlee.
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 b1824e69651..dd505cee6ff 100644 --- a/www/php3-ldap/Makefile +++ b/www/php3-ldap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 1999/09/01 17:09:53 bad Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/17 11:16:45 agc Exp $ # PKGNAME= php-ldap-${PHP_VERSION} -DEPENDS+= openldap-1.2.1p1:../../databases/openldap +DEPENDS+= openldap-1.2.7p1:../../databases/openldap CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} |