diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnuserv/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index b01d918e2b8e..0f873b3918b5 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 1fbd2cceed25..6161becfadfc 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 |