diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-03-29 01:53:24 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-03-29 01:53:24 +0800 |
commit | c9e008f727eb1fce6ce0afc920a2b0ce1a5aa3f3 (patch) | |
tree | 861de8abaf5598d6319fe568cbba90cdfac71940 /x11/workrave | |
parent | 06e7a37f0ab116c54c4194f2b9de28079a3450a1 (diff) | |
download | freebsd-ports-gnome-c9e008f727eb1fce6ce0afc920a2b0ce1a5aa3f3.tar.gz freebsd-ports-gnome-c9e008f727eb1fce6ce0afc920a2b0ce1a5aa3f3.tar.zst freebsd-ports-gnome-c9e008f727eb1fce6ce0afc920a2b0ce1a5aa3f3.zip |
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Diffstat (limited to 'x11/workrave')
-rw-r--r-- | x11/workrave/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index fe4139314c96..3d89cfc5d43f 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -19,6 +19,7 @@ OPTIONS= GNOME "Build with Gnome support" on \ USE_XORG= x11 xmu USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |