diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
commit | 19fe40753d31ba0d91325ae15897602b2531875a (patch) | |
tree | 756dc92902e540775c00a7af9b20473c9ab8e7a9 /www/mod_evasive | |
parent | c2f2d9bfd586d4beba0a893372843bf1de3a93ea (diff) |
Notes
Diffstat (limited to 'www/mod_evasive')
-rw-r--r-- | www/mod_evasive/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_evasive/Makefile b/www/mod_evasive/Makefile index c20b0a61b91c..5cee90e08b80 100644 --- a/www/mod_evasive/Makefile +++ b/www/mod_evasive/Makefile @@ -20,7 +20,7 @@ MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} -USE_APACHE= 13+ +USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES @@ -28,9 +28,7 @@ PORTDOCS= LICENSE README test.pl .include <bsd.port.pre.mk> -.if ${APACHE_VERSION} != "13" MODULENAME= ${PORTNAME}20 -.endif post-patch: @${REINPLACE_CMD} -e "s|/bin/mail|/usr/bin/mail|g" \ |