diff options
author | kleink <kleink> | 2000-06-15 12:55:07 +0000 |
---|---|---|
committer | kleink <kleink> | 2000-06-15 12:55:07 +0000 |
commit | c6c6251a2fc6b10d1af6b76dfd570cf423d9bda9 (patch) | |
tree | 8bc213f358f3379fb330901cd09874504f38f838 /www/ap-auth-ldap | |
parent | 74f2ec3fc04dc29883f3b959e830c90531be95ff (diff) | |
download | pkgsrc-c6c6251a2fc6b10d1af6b76dfd570cf423d9bda9.tar.gz |
Match openldap-1.2.*.
Diffstat (limited to 'www/ap-auth-ldap')
-rw-r--r-- | www/ap-auth-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile index f96b2008e4d..103efd9011b 100644 --- a/www/ap-auth-ldap/Makefile +++ b/www/ap-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/30 13:58:49 kleink Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/15 12:55:37 kleink Exp $ DISTNAME= auth_ldap-1.4.2 PKGNAME= ap-auth-ldap-1.4.2 @@ -9,7 +9,7 @@ MAINTAINER= kleink@netbsd.org HOMEPAGE= http://www.rudedog.org/auth_ldap/ DEPENDS+= apache-1.3.*:../../www/apache -DEPENDS+= openldap-1.2.7p1:../../databases/openldap +DEPENDS+= openldap-1.2.*:../../databases/openldap # For "apxs": BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 |