diff options
author | mm <mm@FreeBSD.org> | 2012-01-11 04:56:52 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-01-11 04:56:52 +0800 |
commit | 109b65505977104cebb7743f1aa3ecf6f46688af (patch) | |
tree | c21d847812920710acc2cd32d3d65f5df92b0a61 /www | |
parent | ae3dae6906cec466a8dd225889a6ddd0b7445a5d (diff) | |
download | freebsd-ports-gnome-109b65505977104cebb7743f1aa3ecf6f46688af.tar.gz freebsd-ports-gnome-109b65505977104cebb7743f1aa3ecf6f46688af.tar.zst freebsd-ports-gnome-109b65505977104cebb7743f1aa3ecf6f46688af.zip |
Switch to GNU make and mark port MAKE_JOBS_SAFE
PR: ports/158715
Submitted by: mandree@FreeBSD.org
Diffstat (limited to 'www')
-rw-r--r-- | www/lighttpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 978aa0c728e3..6ccedc1df23d 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -25,6 +25,8 @@ LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= lthack +USE_GMAKE= yes +MAKE_JOBS_SAFE= yes #.if !defined(_BUILDING_LIGHTTPD_MODULE) #USE_AUTOTOOLS= libtool |