diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-24 20:55:01 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-24 20:55:01 +0000 |
commit | 1d6232b2466c9120e6e40050dbfef4271ad534d8 (patch) | |
tree | 002bf6e0f9e61f8e33052eb665b1ef0837b1d210 /www/mod_log_mysql | |
parent | a6832b2be98a607df5d07c8d35e6ac87570607d3 (diff) | |
download | ports-1d6232b2466c9120e6e40050dbfef4271ad534d8.tar.gz ports-1d6232b2466c9120e6e40050dbfef4271ad534d8.zip |
Notes
Diffstat (limited to 'www/mod_log_mysql')
-rw-r--r-- | www/mod_log_mysql/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_log_mysql/Makefile b/www/mod_log_mysql/Makefile index 9211e5d2d173..2886ac822915 100644 --- a/www/mod_log_mysql/Makefile +++ b/www/mod_log_mysql/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_mod_mysql -# Date created: Sun May 2 2004 -# Whom: Clement Laforet <clement@FreeBSD.org> -# +# Created by: Clement Laforet <clement@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mod_log_mysql PORTVERSION= 1.0 @@ -25,7 +21,7 @@ RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/ MAKE_JOBS_SAFE= yes -USE_APACHE= 22+ +USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes USE_MYSQL= yes |