diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2009-03-27 06:59:32 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2009-03-27 06:59:32 +0000 |
commit | 8751a6a37c240d930a061755d5009e223649609d (patch) | |
tree | a175f85cf85a804c45500e9c870afeb32ab8edeb | |
parent | f00e234ee3535ce6f34df09faa6c7697fcab93c1 (diff) | |
download | ports-8751a6a37c240d930a061755d5009e223649609d.tar.gz ports-8751a6a37c240d930a061755d5009e223649609d.zip |
Notes
-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 \ |