diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-25 18:08:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-25 18:08:45 +0000 |
commit | 4460472159a3832b49f74a14b36c8239581d6fcb (patch) | |
tree | 7b81eca30341c1e85f28dbc777775ea714dcaab1 /x11/roxterm | |
parent | Upgrade module file-1.470-2. (diff) |
- Mark MAKE_JOBS_SAFE for parallel building.
Diffstat (limited to 'x11/roxterm')
-rw-r--r-- | x11/roxterm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile index 698e06490f8f..10e3069477de 100644 --- a/x11/roxterm/Makefile +++ b/x11/roxterm/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib INSTALLS_ICONS= yes USE_GNOME= vte libglade2 GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes .if !defined(NOPORTDOCS) INSTALL_TARGET+=install install-doc-local |