1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Convert to USES=tar

This commit is contained in:
Bryan Drewery 2014-06-10 03:25:40 +00:00
parent 3546c125dd
commit 3e5decadf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357250

View File

@ -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>