aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-06-03 06:30:28 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-06-03 06:30:28 +0800
commit640db470336b1c66abd7c7fbbbd7bbdfd7ed979b (patch)
tree8e8c1110dd5eccc35cd05f07d526e5808307a889 /www
parentf9d3b13606d6f651bb52a8ebc8ca177821f82a69 (diff)
downloadfreebsd-ports-gnome-640db470336b1c66abd7c7fbbbd7bbdfd7ed979b.tar.gz
freebsd-ports-gnome-640db470336b1c66abd7c7fbbbd7bbdfd7ed979b.tar.zst
freebsd-ports-gnome-640db470336b1c66abd7c7fbbbd7bbdfd7ed979b.zip
- Mark MAKE_JOBS_UNSAFE
PR: 135169 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/lynx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 0f8d951022ef..7a9e6fa84fed 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -27,6 +27,8 @@ CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-persistent-cookies \
--enable-nested-tables --enable-gzip-help \
+MAKE_JOBS_UNSAFE= yes
+
OPTIONS= SSL "SSL support" on \
DEFAULT_COLORS "Colors support" off \
IPV6 "IPv6 support" off \