mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Convert to USES=tar
This commit is contained in:
parent
3546c125dd
commit
3e5decadf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357250
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||||
USE_BZIP2= yes
|
|
||||||
CFLAGS:= ${CFLAGS:C/-O2/-g -O/g}
|
CFLAGS:= ${CFLAGS:C/-O2/-g -O/g}
|
||||||
|
|
||||||
OPTIONS_DEFINE= IPV6 TCL PERL TERMCAP DOCS RUBY
|
OPTIONS_DEFINE= IPV6 TCL PERL TERMCAP DOCS RUBY
|
||||||
|
@ -24,7 +23,7 @@ OPTIONS_DEFAULT= TCL PERL RUBY
|
||||||
TERMCAP_DESC= Refuse to use terminfo/ncurses
|
TERMCAP_DESC= Refuse to use terminfo/ncurses
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
|
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
|
||||||
USES= iconv
|
USES= iconv tar:bzip2
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue