aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-03-16 14:35:55 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-03-16 14:35:55 +0000
commit7a495f3ff20e7fa5a457ec3432d529cf7c07ced8 (patch)
treec7f24058c302d76292551d2aac4c6025d9b151f7
parent9885f020e5c659dad3bd4389f4909fbecbea80d5 (diff)
downloadports-7a495f3ff20e7fa5a457ec3432d529cf7c07ced8.tar.gz
ports-7a495f3ff20e7fa5a457ec3432d529cf7c07ced8.zip
- USE_BZIP2 -> USES=tar:bzip2
Notes
Notes: svn path=/head/; revision=348413
-rw-r--r--www/mod_antiloris/Makefile2
-rw-r--r--www/mod_log_sql2-dtc/Makefile3
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