diff options
author | vd <vd@FreeBSD.org> | 2009-03-27 14:59:32 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2009-03-27 14:59:32 +0800 |
commit | 3d7e9b12c69cacd41e9551e2295aa181643569e0 (patch) | |
tree | eac138232137116ca8a6348d3c09a9a6d3a07d88 /ftp/wget | |
parent | 7c83e61dd48fb587ddf98f0c57a95999bf610a6d (diff) | |
download | freebsd-ports-gnome-3d7e9b12c69cacd41e9551e2295aa181643569e0.tar.gz freebsd-ports-gnome-3d7e9b12c69cacd41e9551e2295aa181643569e0.tar.zst freebsd-ports-gnome-3d7e9b12c69cacd41e9551e2295aa181643569e0.zip |
Mark ftp/wget as safe for building with make -jX.
PR: ports/133000
Submitted by: mm@
Diffstat (limited to 'ftp/wget')
-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 4c4f5e5b1be4..94f6537f0e35 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -20,6 +20,7 @@ USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes OPTIONS= GNUTLS "Support for SSL via GnuTLS" Off \ IPV6 "Support for IPv6" On \ |