diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
commit | abf5b5ffc09b367c1d6e4537c8f5e2473c14e670 (patch) | |
tree | 2e22cb4768c6b41b24fe161ae7a3c7a4536ed6c0 /editors | |
parent | 184f8b1f5a5dce5332d9b8f4bb170da1df68af6a (diff) | |
download | ports-abf5b5ffc09b367c1d6e4537c8f5e2473c14e670.tar.gz ports-abf5b5ffc09b367c1d6e4537c8f5e2473c14e670.zip |
Notes
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 |