diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 22:18:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 22:18:11 +0000 |
commit | 1029cac96c825841e713eda7c379099454139dc3 (patch) | |
tree | 6ed559ba71a16077754efa8e1a3afcd9cfa7961b /security | |
parent | 6b78e2ee021b57177ed60d7743be957ee5aa56b8 (diff) | |
download | pkgsrc-1029cac96c825841e713eda7c379099454139dc3.tar.gz |
Wants APU, so no apache2
Diffstat (limited to 'security')
-rw-r--r-- | security/ap-modsecurity2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ap-modsecurity2/Makefile b/security/ap-modsecurity2/Makefile index 39d26f5f2d9..476245ea529 100644 --- a/security/ap-modsecurity2/Makefile +++ b/security/ap-modsecurity2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2011/04/22 14:40:45 obache Exp $ +# $NetBSD: Makefile,v 1.19 2011/11/25 22:18:11 joerg Exp $ DISTNAME= modsecurity-apache_2.5.13 PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//} @@ -14,7 +14,7 @@ COMMENT= Intrusion detection and prevention engine for web applications PKG_DESTDIR_SUPPORT= user-destdir APACHE_MODULE= yes -PKG_APACHE_ACCEPTED= apache2 apache22 +PKG_APACHE_ACCEPTED= apache22 USE_APR= yes USE_LANGUAGES= c++ c |