summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-30 20:20:44 +0000
committerdholland <dholland@pkgsrc.org>2012-06-30 20:20:44 +0000
commit31435396e4194c5998b8f585205723f341273df4 (patch)
tree4ae7e8a46a378f2218f8b589d036863f3e8e1268 /security
parentf46fec117f1eaf92864b4b4b8671885c3a05c3ec (diff)
downloadpkgsrc-31435396e4194c5998b8f585205723f341273df4.tar.gz
Mask this on apache24 as it doesn't compile.
Diffstat (limited to 'security')
-rw-r--r--security/ap-modsecurity/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ap-modsecurity/Makefile b/security/ap-modsecurity/Makefile
index c452d5f2dfd..2061b2f36f9 100644
--- a/security/ap-modsecurity/Makefile
+++ b/security/ap-modsecurity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/03/20 06:17:58 obache Exp $
+# $NetBSD: Makefile,v 1.9 2012/06/30 20:20:44 dholland Exp $
#
DISTNAME= modsecurity-apache_1.9.4
@@ -14,6 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pax
+# does not compile with apache24
+PKG_APACHE_ACCEPTED= apache13 apache2 apache22
+
.include "../../mk/apache.mk"
.if ${PKG_APACHE} != "apache13"