summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/ap-modsecurity2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/ap-modsecurity2/Makefile b/security/ap-modsecurity2/Makefile
index 684be071d4f..d65d2611b84 100644
--- a/security/ap-modsecurity2/Makefile
+++ b/security/ap-modsecurity2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/10/12 12:50:17 adrianp Exp $
+# $NetBSD: Makefile,v 1.10 2008/10/25 15:59:27 adrianp Exp $
DISTNAME= modsecurity-apache_2.5.7
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//}
+PKGREVISION= 1
CATEGORIES= www security
MASTER_SITES= http://www.modsecurity.org/download/
@@ -9,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.modsecurity.org/
COMMENT= Intrusion detection and prevention engine for web applications
+PKG_APACHE_ACCEPTED= apache2 apache22
+
.include "../../mk/apache.mk"
.include "options.mk"
@@ -23,7 +26,6 @@ CONFIGURE_ARGS+= --with-apr=${PREFIX}
CONFIGURE_ARGS+= --with-apu=${PREFIX}
CONFIGURE_ARGS+= --with-libxml=${PREFIX}
-PKG_APACHE_ACCEPTED= apache2
EGDIR= ${PREFIX}/share/examples/ap-modsecurity
CONF_FILES= ${EGDIR}/modsecurity.conf-minimal \
${PKG_SYSCONFDIR}/httpd/modsecurity.conf