diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-03-28 17:53:24 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-03-28 17:53:24 +0000 |
commit | c9e008f727eb1fce6ce0afc920a2b0ce1a5aa3f3 (patch) | |
tree | 861de8abaf5598d6319fe568cbba90cdfac71940 /x11/gmrun | |
parent | 06e7a37f0ab116c54c4194f2b9de28079a3450a1 (diff) |
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Notes
Notes:
svn path=/head/; revision=231204
Diffstat (limited to 'x11/gmrun')
-rw-r--r-- | x11/gmrun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 3901456f14da..0cef507fd19e 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-stlport |