ftp/wget: fix compilation when IDN and NLS are disabled
PR: 210441 Submitted by: Helge Oldach <freebsd@oldach.net>
This commit is contained in:
parent
e086fec405
commit
80d3d8a396
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417282
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COMMENT= Retrieve files from the Net via HTTP(S) and FTP
|
|||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= charsetfix cpe gmake makeinfo perl5 tar:xz
|
||||
USES= charsetfix cpe gmake iconv makeinfo perl5 tar:xz
|
||||
USE_PERL5= build
|
||||
CPE_VENDOR= gnu
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue