diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-22 04:45:34 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-22 04:45:34 +0800 |
commit | afeca953f9d03c9f40b7775734ff9f09df9c860d (patch) | |
tree | f5e8565b261b26ebafae8018ff33d497165d8df5 /www/mod_log_dbd | |
parent | ce24f38b5f073fde34edf2614189a86ae3e32340 (diff) | |
download | freebsd-ports-gnome-afeca953f9d03c9f40b7775734ff9f09df9c860d.tar.gz freebsd-ports-gnome-afeca953f9d03c9f40b7775734ff9f09df9c860d.tar.zst freebsd-ports-gnome-afeca953f9d03c9f40b7775734ff9f09df9c860d.zip |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports)
Diffstat (limited to 'www/mod_log_dbd')
-rw-r--r-- | www/mod_log_dbd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_log_dbd/Makefile b/www/mod_log_dbd/Makefile index 55d2593e2e43..af464137c60a 100644 --- a/www/mod_log_dbd/Makefile +++ b/www/mod_log_dbd/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://bfoz.net/projects/${PORTNAME}/release/ MAINTAINER= bfoz@bfoz.net COMMENT= Uses APR DBD to store Apache access logs in a database +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.2+ USE_BZIP2= yes GNU_CONFIGURE= yes |