diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
commit | 1cf7c15bcf2522cd43d51dede202cd9250bad11f (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /net-mgmt | |
parent | d67e1883b6d3deed93b173e9acc01cbe37453ad1 (diff) | |
download | freebsd-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 'net-mgmt')
-rw-r--r-- | net-mgmt/darkstat/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/dhcdrop/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ramond/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/sblim-wbemcli/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile index 1e67317208f2..a9fed6bb6cc4 100644 --- a/net-mgmt/darkstat/Makefile +++ b/net-mgmt/darkstat/Makefile @@ -11,7 +11,7 @@ COMMENT= Network statistics gatherer and reporter USE_RC_SUBR= darkstat -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes PORTDOCS= AUTHORS INSTALL README diff --git a/net-mgmt/dhcdrop/Makefile b/net-mgmt/dhcdrop/Makefile index 5d058660cdb7..b82c3a5b054e 100644 --- a/net-mgmt/dhcdrop/Makefile +++ b/net-mgmt/dhcdrop/Makefile @@ -12,7 +12,7 @@ COMMENT= Tool for searching and suppressing false DHCP servers LICENSE= GPLv2 -USE_BZIP2= yes +USES= tar:bzip2 USE_CSTD= gnu89 GNU_CONFIGURE= yes diff --git a/net-mgmt/ramond/Makefile b/net-mgmt/ramond/Makefile index 746abe240891..4e52ece341fd 100644 --- a/net-mgmt/ramond/Makefile +++ b/net-mgmt/ramond/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE WRKSRC= ${WRKDIR}/${PORTNAME} -USE_BZIP2= YES +USES= tar:bzip2 USE_GNOME= libxml2 USE_RC_SUBR= ramon diff --git a/net-mgmt/sblim-wbemcli/Makefile b/net-mgmt/sblim-wbemcli/Makefile index 5750cb9860bd..bd3cd7240bd7 100644 --- a/net-mgmt/sblim-wbemcli/Makefile +++ b/net-mgmt/sblim-wbemcli/Makefile @@ -12,7 +12,7 @@ COMMENT= CLI for Web Based Enterprise Management by SBLIM BUILD_DEPENDS= libwww-config:${PORTSDIR}/www/libwww LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USE_BZIP2= YES +USES= tar:bzip2 GNU_CONFIGURE= YES CPPFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib |