diff options
Diffstat (limited to 'www/mod_log_sql2')
-rw-r--r-- | www/mod_log_sql2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile index 12b531e65779..8c17422c0896 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -11,8 +11,7 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= apache@FreeBSD.org COMMENT= Allows Apache to log to a MySQL database -USES= apache:2.2+ gmake tar:bzip2 -USE_MYSQL= yes +USES= apache:2.2+ gmake mysql tar:bzip2 GNU_CONFIGURE= yes OPTIONS_SUB= yes |