diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-30 14:35:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-30 14:35:11 +0000 |
commit | 6b4c3fb9d4d033872b723a5ca94dc63079745914 (patch) | |
tree | 3457da45cb7683df6a44c46fe744598b7669cde5 /www | |
parent | ee5fbbb4d54cafac2a45f2a829d305f656849651 (diff) | |
download | pkgsrc-6b4c3fb9d4d033872b723a5ca94dc63079745914.tar.gz |
Do *not* accept apache22.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-auth-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-auth-ldap/Makefile b/www/ap2-auth-ldap/Makefile index 460ef6d6e63..4d48276a6da 100644 --- a/www/ap2-auth-ldap/Makefile +++ b/www/ap2-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/06/10 08:40:16 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/06/30 14:35:11 joerg Exp $ DISTNAME= mod_auth_ldap3.05 PKGNAME= ap2-auth-ldap-3.05 @@ -16,7 +16,7 @@ APACHE_MODULE_NAME= mm_auth_ldap_module USE_LIBTOOL= YES CPPFLAGS+= -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lldap -llber -PKG_APACHE_ACCEPTED= apache2 apache22 +PKG_APACHE_ACCEPTED= apache2 .include "../../mk/apache.mk" BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47 |