diff options
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index b9f7ae4a4e20..4d6269355fc3 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -13,8 +13,9 @@ COMMENT= Retrieve files from the Net via HTTP(S) and FTP LICENSE= GPLv3 # or later LICENSE_FILE= ${WRKSRC}/COPYING -USES= charsetfix gmake makeinfo perl5 tar:xz +USES= charsetfix cpe gmake makeinfo perl5 tar:xz USE_PERL5= build +CPE_VENDOR= gnu GNU_CONFIGURE= yes OPTIONS_SUB= yes |