From 7a495f3ff20e7fa5a457ec3432d529cf7c07ced8 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sun, 16 Mar 2014 14:35:55 +0000 Subject: [PATCH] - USE_BZIP2 -> USES=tar:bzip2 --- www/mod_antiloris/Makefile | 2 +- www/mod_log_sql2-dtc/Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/www/mod_antiloris/Makefile b/www/mod_antiloris/Makefile index 2016c7da53a4..db6c77f2cbfe 100644 --- a/www/mod_antiloris/Makefile +++ b/www/mod_antiloris/Makefile @@ -12,7 +12,7 @@ COMMENT= Protect Apache 2.x against the Slowloris HTTP DoS attack LICENSE= APACHE20 -USE_BZIP2= yes +USES= tar:bzip2 USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_log_sql2-dtc/Makefile b/www/mod_log_sql2-dtc/Makefile index c6847f21c550..393bbcdb09f5 100644 --- a/www/mod_log_sql2-dtc/Makefile +++ b/www/mod_log_sql2-dtc/Makefile @@ -22,8 +22,7 @@ DBI_LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi LATEST_LINK= mod_log_sql2-dtc GNU_CONFIGURE= yes -USES= gmake -USE_BZIP2= yes +USES= gmake tar:bzip2 USE_APACHE= 22 USE_MYSQL= yes