diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 1 | ||||
-rw-r--r-- | x11/xwit/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 3a87561b2ad8..d6ce9d8121d2 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -18,6 +18,7 @@ CONFLICTS= x11iraf-[0-9]* USE_XORG= xaw xft WANT_GNOME= desktopfileutils GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-utempter --enable-narrowproto diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index 74088d4ca5bd..7feecc94d08a 100644 --- a/x11/xwit/Makefile +++ b/x11/xwit/Makefile @@ -18,6 +18,7 @@ COMMENT= X interface tool USE_IMAKE= yes USE_XORG= x11 xext +MAKE_JOBS_SAFE= yes MAN1= xwit.1 PLIST_FILES= bin/xwit |