diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-03-16 22:35:55 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-03-16 22:35:55 +0800 |
commit | c7981fa94fb8a89e1285cd8215f6cd039170962f (patch) | |
tree | c7f24058c302d76292551d2aac4c6025d9b151f7 /www | |
parent | c8a99fb60eedb0dc2f29212a0d55cb0e29fe9915 (diff) | |
download | freebsd-ports-gnome-c7981fa94fb8a89e1285cd8215f6cd039170962f.tar.gz freebsd-ports-gnome-c7981fa94fb8a89e1285cd8215f6cd039170962f.tar.zst freebsd-ports-gnome-c7981fa94fb8a89e1285cd8215f6cd039170962f.zip |
- USE_BZIP2 -> USES=tar:bzip2
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_antiloris/Makefile | 2 | ||||
-rw-r--r-- | 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 |