aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-05-16 14:27:56 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-05-16 14:27:56 +0800
commit42f60009e6e536dfbaca7a23a2a8db2f53c4299a (patch)
treef1419af8c8665908a2992e8623e8bd3b909f82e2 /editors
parent6dff11762fa92b9484828593ef9a2d77a55dae21 (diff)
downloadfreebsd-ports-graphics-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.tar.gz
freebsd-ports-graphics-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.tar.zst
freebsd-ports-graphics-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.zip
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
Diffstat (limited to 'editors')
-rw-r--r--editors/gnuserv/Makefile2
-rw-r--r--editors/xemacs/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile
index b01d918e2b8..0f873b3918b 100644
--- a/editors/gnuserv/Makefile
+++ b/editors/gnuserv/Makefile
@@ -15,6 +15,8 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A standalone release of gnuserv for GNU Emacs
+MAKE_JOBS_SAFE= yes
+
GNU_CONFIGURE= yes
BINSUFFIX?= -emacs
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 1fbd2cceed2..6161becfadf 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -104,6 +104,8 @@ WITH_DIALOGS= --with-dialogs=athena
WITH_WIDGETS= --with-widgets=athena
.if defined(WITH_XAW3D)
LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
+
+MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS+= --with-athena=3d
.endif
.endif