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 /irc | |
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 'irc')
-rw-r--r-- | irc/irc2dc/Makefile | 2 | ||||
-rw-r--r-- | irc/py-supybot-plugins/Makefile | 2 | ||||
-rw-r--r-- | irc/py-supybot/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/irc/irc2dc/Makefile b/irc/irc2dc/Makefile index 44ab03418d99..8cf2cde73838 100644 --- a/irc/irc2dc/Makefile +++ b/irc/irc2dc/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= gelraen.ua@gmail.com COMMENT= Provides intercommunication between DC++ hub and IRC channel -USE_BZIP2= yes +USES= tar:bzip2 HAS_CONFIGURE= yes USE_RC_SUBR= irc2dc diff --git a/irc/py-supybot-plugins/Makefile b/irc/py-supybot-plugins/Makefile index 188bcde7de3a..cad131e03dd6 100644 --- a/irc/py-supybot-plugins/Makefile +++ b/irc/py-supybot-plugins/Makefile @@ -15,7 +15,7 @@ COMMENT= Official plugin pack for Supybot RUN_DEPENDS= supybot:${PORTSDIR}/irc/py-supybot USE_PYTHON= yes -USE_BZIP2= yes +USES= tar:bzip2 post-extract: # Delete, because it now included in irc/py-supybot diff --git a/irc/py-supybot/Makefile b/irc/py-supybot/Makefile index e425071a28e8..02bd9746dae7 100644 --- a/irc/py-supybot/Makefile +++ b/irc/py-supybot/Makefile @@ -11,7 +11,7 @@ DISTNAME= Supybot-${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Supybot - A Superb Python IRC bot -USE_BZIP2= yes +USES= tar:bzip2 USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= 0.83.1+darcs |