diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-01 17:52:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-01 17:52:06 +0800 |
commit | e8cef46456e14cd66dbda0079bcf01012459db74 (patch) | |
tree | 7380423f59f7c1174e05cbd87f9a6ae0f4ca1e2f /www | |
parent | 7e474efe499b1b1e8f0ac62d9c51266a41c0fc8f (diff) | |
download | freebsd-ports-gnome-e8cef46456e14cd66dbda0079bcf01012459db74.tar.gz freebsd-ports-gnome-e8cef46456e14cd66dbda0079bcf01012459db74.tar.zst freebsd-ports-gnome-e8cef46456e14cd66dbda0079bcf01012459db74.zip |
Unbreak, www/mod_log_config-st wants apache 22
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 60a6ca85adeb..68c2bd4142d2 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 |