diff options
Diffstat (limited to 'www/mod_log_mysql')
-rw-r--r-- | www/mod_log_mysql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_log_mysql/Makefile b/www/mod_log_mysql/Makefile index 50f73c3151c1..fa90b690cdab 100644 --- a/www/mod_log_mysql/Makefile +++ b/www/mod_log_mysql/Makefile @@ -17,6 +17,8 @@ COMMENT= Allows Apache 2 to log to a MySQL database RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/mod_log_config-st +MAKE_JOBS_SAFE= yes + USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES |