diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 08:12:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 08:12:20 +0000 |
commit | 9df46da441b2f987d1628a8de18f5a5ee8f5a27e (patch) | |
tree | 41a5f070d05e4c30095d6a6d7c571cee440e11d8 /www/mod_log_sql2 | |
parent | libamr(n|w)b (diff) |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
Notes
Notes:
svn path=/head/; revision=348295
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 4397f13c183c..ed9315e098f3 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -13,8 +13,7 @@ COMMENT= Allows Apache to log to a MySQL database LATEST_LINK= mod_log_sql2 GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 CONFIGURE_ARGS+= --with-apxs=${APXS} SSL_PLIST= "" APACHE2X= "" |