diff options
author | marino <marino@FreeBSD.org> | 2014-11-01 03:09:45 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-01 03:09:45 +0800 |
commit | 8bba82039bcc6ea84123cf7c8db03530f94e3d21 (patch) | |
tree | d6b8981e7cebb34b06475d855033c45b37c0341d /www | |
parent | e2a5102c8457da34d3b103de2cf20c4beeca4080 (diff) | |
download | freebsd-ports-gnome-8bba82039bcc6ea84123cf7c8db03530f94e3d21.tar.gz freebsd-ports-gnome-8bba82039bcc6ea84123cf7c8db03530f94e3d21.tar.zst freebsd-ports-gnome-8bba82039bcc6ea84123cf7c8db03530f94e3d21.zip |
www/mod_log_mysql: According to maintainer, it's okay for Apache 24
PR: 193545
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_log_mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_log_mysql/Makefile b/www/mod_log_mysql/Makefile index 68c2bd4142d2..60a6ca85adeb 100644 --- a/www/mod_log_mysql/Makefile +++ b/www/mod_log_mysql/Makefile @@ -20,7 +20,7 @@ LICENSE_PERMS_PUBLIC_DOMAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-acce USES= tar:xz RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/mod_log_config-st -USE_APACHE= 22 +USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes USE_MYSQL= yes |