aboutsummaryrefslogtreecommitdiff
path: root/irc/epic5/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-06-10 03:25:40 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-06-10 03:25:40 +0000
commit3e5decadf39b65e6aeba076e504d2cc9325f9087 (patch)
tree401a485d0eac25addd7003d32a353b0c6df616bd /irc/epic5/Makefile
parent3546c125dd014d8cab97985437aad919eca36abe (diff)
downloadports-3e5decadf39b65e6aeba076e504d2cc9325f9087.tar.gz
ports-3e5decadf39b65e6aeba076e504d2cc9325f9087.zip
Convert to USES=tar
Notes
Notes: svn path=/head/; revision=357250
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r--irc/epic5/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 4ce86bd8c71f..6388be5b5d72 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
GNU_CONFIGURE= yes
USE_OPENSSL= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
-USE_BZIP2= yes
CFLAGS:= ${CFLAGS:C/-O2/-g -O/g}
OPTIONS_DEFINE= IPV6 TCL PERL TERMCAP DOCS RUBY
@@ -24,7 +23,7 @@ OPTIONS_DEFAULT= TCL PERL RUBY
TERMCAP_DESC= Refuse to use terminfo/ncurses
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
-USES= iconv
+USES= iconv tar:bzip2
.include <bsd.port.options.mk>