diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /www/mod_security21 | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) | |
download | freebsd-ports-gnome-7a0bd317631d50743f0a374e87553b67823ce01b.tar.gz freebsd-ports-gnome-7a0bd317631d50743f0a374e87553b67823ce01b.tar.zst freebsd-ports-gnome-7a0bd317631d50743f0a374e87553b67823ce01b.zip |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Diffstat (limited to 'www/mod_security21')
-rw-r--r-- | www/mod_security21/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_security21/Makefile b/www/mod_security21/Makefile index 723e799ac3d3..6c27b59f778c 100644 --- a/www/mod_security21/Makefile +++ b/www/mod_security21/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_security21 PORTVERSION= 2.1.7 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ DISTNAME= ${PORTNAME:S/_//:S/21//}-apache_${PORTVERSION} @@ -16,7 +17,7 @@ COMMENT= An intrusion detection and prevention engine MAKE_JOBS_SAFE= yes -USE_APACHE= 2.0+ +USE_APACHE= 20+ AP_FAST_BUILD= yes AP_GENPLIST= yes AP_EXTRAS+= -DWITH_LIBXML2 |