summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-30 14:35:11 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-30 14:35:11 +0000
commit6b4c3fb9d4d033872b723a5ca94dc63079745914 (patch)
tree3457da45cb7683df6a44c46fe744598b7669cde5 /www
parentee5fbbb4d54cafac2a45f2a829d305f656849651 (diff)
downloadpkgsrc-6b4c3fb9d4d033872b723a5ca94dc63079745914.tar.gz
Do *not* accept apache22.
Diffstat (limited to 'www')
-rw-r--r--www/ap2-auth-ldap/Makefile4
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