diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-01-11 04:56:52 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-01-11 04:56:52 +0800 |
commit | efbadcabe8af1f09e83e288c6f24e0a958315e08 (patch) | |
tree | 21f07889d0441eaf88a8ef45f71877be1577f938 /www/lighttpd | |
parent | 62125e53a4907d7ae4c829225213f6517b053a95 (diff) | |
download | freebsd-ports-gnome-efbadcabe8af1f09e83e288c6f24e0a958315e08.tar.gz freebsd-ports-gnome-efbadcabe8af1f09e83e288c6f24e0a958315e08.tar.zst freebsd-ports-gnome-efbadcabe8af1f09e83e288c6f24e0a958315e08.zip |
Switch to GNU make and mark port MAKE_JOBS_SAFE
PR: ports/158715
Submitted by: mandree@FreeBSD.org
Diffstat (limited to 'www/lighttpd')
-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 |