diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-08-03 03:33:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-08-03 03:33:51 +0800 |
commit | bf052af82e9c7e2692bf94850667a94219050a32 (patch) | |
tree | 9bb25929483acd090d8378426f6fd104821df9a4 /ftp | |
parent | 16ee43d91a244f7d1ce57f109077e4bb45f11a48 (diff) | |
download | freebsd-ports-gnome-bf052af82e9c7e2692bf94850667a94219050a32.tar.gz freebsd-ports-gnome-bf052af82e9c7e2692bf94850667a94219050a32.tar.zst freebsd-ports-gnome-bf052af82e9c7e2692bf94850667a94219050a32.zip |
Add USE_GMAKE - port's build system doesn't work correctly with bmake, which
results in binary being built during installation phase.
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 |