diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-21 20:45:34 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-21 20:45:34 +0000 |
commit | 805c652f35b30a8cfe251f3d8c95c0ca881b23ba (patch) | |
tree | 6bdde1cb0714acae1251f544234163d6e31fed25 /www/mod_security21 | |
parent | 16e6c37f8936a664e813cacf9b16eead7759fabc (diff) |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports)
Notes
Notes:
svn path=/head/; revision=234362
Diffstat (limited to 'www/mod_security21')
-rw-r--r-- | www/mod_security21/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_security21/Makefile b/www/mod_security21/Makefile index 4ad9dd86b05c..723e799ac3d3 100644 --- a/www/mod_security21/Makefile +++ b/www/mod_security21/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME:S/_//:S/21//}-apache_${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= An intrusion detection and prevention engine +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.0+ AP_FAST_BUILD= yes AP_GENPLIST= yes |