diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-06-17 21:51:22 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-06-17 21:51:22 +0000 |
commit | 19940d83e50ffaa1ca50dfdfb4b205f3d140e4c0 (patch) | |
tree | e3ea64671ce638f8460d66d0ea98183ef1d50566 /ftp | |
parent | 1131715c90d11ed75810b9a369bf2d2003e8ce9a (diff) | |
download | ports-19940d83e50ffaa1ca50dfdfb4b205f3d140e4c0.tar.gz ports-19940d83e50ffaa1ca50dfdfb4b205f3d140e4c0.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 8535c15f65ed..661272bfa1be 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -12,8 +12,7 @@ COMMENT= Retrieve files from the Net via HTTP(S) and FTP LICENSE= GPLv3 -USES= charsetfix gmake perl5 -USE_XZ= yes +USES= charsetfix gmake perl5 tar:xz USE_PERL5= build GNU_CONFIGURE= yes |