diff options
author | dholland <dholland> | 2012-06-30 20:20:44 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-06-30 20:20:44 +0000 |
commit | 0f43d42b599923b2d1cb29ce9fd4ca4bd86b00af (patch) | |
tree | 4ae7e8a46a378f2218f8b589d036863f3e8e1268 /security | |
parent | 0a545c744b5d23bb1f6500d59edbb588103728e6 (diff) | |
download | pkgsrc-0f43d42b599923b2d1cb29ce9fd4ca4bd86b00af.tar.gz |
Mask this on apache24 as it doesn't compile.
Diffstat (limited to 'security')
-rw-r--r-- | security/ap-modsecurity/Makefile | 5 |
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" |