aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-30 05:43:17 +0800
committeradamw <adamw@FreeBSD.org>2014-07-30 05:43:17 +0800
commit1cf7c15bcf2522cd43d51dede202cd9250bad11f (patch)
tree626d2288bada68bcb887f72d08c8de3dfe0595dc /dns
parentd67e1883b6d3deed93b173e9acc01cbe37453ad1 (diff)
downloadfreebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.gz
freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.zst
freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.zip
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'dns')
-rw-r--r--dns/ddns/Makefile2
-rw-r--r--dns/openresolv/Makefile2
-rw-r--r--dns/py-idnkit2/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/dns/ddns/Makefile b/dns/ddns/Makefile
index a12592a7ca0a..89ee6cd3c4ff 100644
--- a/dns/ddns/Makefile
+++ b/dns/ddns/Makefile
@@ -12,7 +12,7 @@ COMMENT= Lightweight UDP-based dynamic DNS updater
LICENSE= BSD
MAKEFILE= BSDmakefile
-USE_BZIP2= yes
+USES= tar:bzip2
USE_RC_SUBR= ddns_client ddns_server
diff --git a/dns/openresolv/Makefile b/dns/openresolv/Makefile
index 4eadf05b1272..90c410cbd68c 100644
--- a/dns/openresolv/Makefile
+++ b/dns/openresolv/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \
MAINTAINER= roy@marples.name
COMMENT= Resolvconf compatible framework for managing resolv.conf
-USE_BZIP2= yes
+USES= tar:bzip2
SUB_FILES= pkg-deinstall pkg-message
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
diff --git a/dns/py-idnkit2/Makefile b/dns/py-idnkit2/Makefile
index ac9d89dcf256..f3a3509cd239 100644
--- a/dns/py-idnkit2/Makefile
+++ b/dns/py-idnkit2/Makefile
@@ -12,7 +12,7 @@ COMMENT= Python bindings for Internationalized Domain Name toolkit 2
LIB_DEPENDS= libidnkitlite.so:${PORTSDIR}/dns/idnkit2
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes