aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-05-09 10:46:09 +0800
committerwxs <wxs@FreeBSD.org>2009-05-09 10:46:09 +0800
commit07d4c25b16b552129bf5f6dde0fe4edb872316de (patch)
tree00d0bb737f33ec1602abd202e6f19289790644d9 /x11
parent95a87c1acbb175b4660cd16d73a7b98fd8b33b2d (diff)
downloadfreebsd-ports-gnome-07d4c25b16b552129bf5f6dde0fe4edb872316de.tar.gz
freebsd-ports-gnome-07d4c25b16b552129bf5f6dde0fe4edb872316de.tar.zst
freebsd-ports-gnome-07d4c25b16b552129bf5f6dde0fe4edb872316de.zip
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
Diffstat (limited to 'x11')
-rw-r--r--x11/keynav/Makefile1
-rw-r--r--x11/xdotool/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/x11/keynav/Makefile b/x11/keynav/Makefile
index 09c2a50f99e1..b99c13cda5f4 100644
--- a/x11/keynav/Makefile
+++ b/x11/keynav/Makefile
@@ -19,6 +19,7 @@ ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/keynav
PORTEXAMPLES= keynavrc
+MAKE_JOBS_SAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keynav ${PREFIX}/bin
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile
index 14466d639d9e..c79ea94fbcc7 100644
--- a/x11/xdotool/Makefile
+++ b/x11/xdotool/Makefile
@@ -18,6 +18,7 @@ USE_XORG= x11 xtst
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/xdotool
+MAKE_JOBS_SAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin