aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2009-03-27 14:59:32 +0800
committervd <vd@FreeBSD.org>2009-03-27 14:59:32 +0800
commit3d7e9b12c69cacd41e9551e2295aa181643569e0 (patch)
treeeac138232137116ca8a6348d3c09a9a6d3a07d88 /ftp/wget
parent7c83e61dd48fb587ddf98f0c57a95999bf610a6d (diff)
downloadfreebsd-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/Makefile1
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 \