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
commit54ef30d063e8041cf6740acb91f5c12d43ddd0cd (patch)
tree4ae7e8a46a378f2218f8b589d036863f3e8e1268 /security
parent16f486deab791da9f8ee35b9d567521415fe3c2d (diff)
downloadpkgsrc-54ef30d063e8041cf6740acb91f5c12d43ddd0cd.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"