diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 20:24:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 20:24:26 +0800 |
commit | 6cacb1df61d80493937dec5b9462138e85192324 (patch) | |
tree | fb2a7ca794683b48a96553e2bef2cef6d1f963c8 /x11 | |
parent | 1fec6ecef417af6d7b92fb43e4dc5b21c4dab0f6 (diff) | |
download | freebsd-ports-gnome-6cacb1df61d80493937dec5b9462138e85192324.tar.gz freebsd-ports-gnome-6cacb1df61d80493937dec5b9462138e85192324.tar.zst freebsd-ports-gnome-6cacb1df61d80493937dec5b9462138e85192324.zip |
Mark MAKE_JOBS_SAFE
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 |