From dbb34f477fb4fa7d4bfb6e90874b46bb8733a2cf Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 2 Aug 2006 19:33:51 +0000 Subject: [PATCH] Add USE_GMAKE - port's build system doesn't work correctly with bmake, which results in binary being built during installation phase. --- ftp/wget/Makefile | 1 + 1 file changed, 1 insertion(+) 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