diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-08-02 19:33:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-08-02 19:33:51 +0000 |
commit | dbb34f477fb4fa7d4bfb6e90874b46bb8733a2cf (patch) | |
tree | 3d89c9df214cf5a62f943e8fbf88002b4801a7ec /ftp | |
parent | a7ab275d580fdedff4fac63181f7f8e80df09196 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 128fbc83684a..adb3fafc5847 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -18,6 +18,7 @@ COMMENT= Retrieve files from the Net via HTTP and FTP USE_GETTEXT= yes .endif +USE_GMAKE= yes USE_PERL5_BUILD= yes GNU_CONFIGURE= yes |