aboutsummaryrefslogtreecommitdiff
path: root/games/nethack34
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-05-09 02:46:09 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-05-09 02:46:09 +0000
commitc6eb35f215ab87b8dd9a0b11c961d977d752ede3 (patch)
tree509b3a28816b6a6d4eab8e6ca0d72511f6390dfe /games/nethack34
parent92b232b36edd024c4ace698ac192e3bb3d152487 (diff)
downloadports-c6eb35f215ab87b8dd9a0b11c961d977d752ede3.tar.gz
ports-c6eb35f215ab87b8dd9a0b11c961d977d752ede3.zip
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
Notes
Notes: svn path=/head/; revision=233477
Diffstat (limited to 'games/nethack34')
-rw-r--r--games/nethack34/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index 5e897e80b88b..338f696345e9 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -19,6 +19,7 @@ COMMENT= A dungeon explorin', slashin', hackin' game
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+MAKE_JOBS_SAFE= yes
USE_GMAKE= yes
MAKE_ENV= GRAPHICS="${GRAPHICS}"
PLIST_SUB= HACKNAME="${HACKNAME}" \
@@ -37,6 +38,7 @@ USE_XORG= xaw xpm
GRAPHICS= X11_GRAPHICS
.else
.if ${PKGNAMESUFFIX} == "-gnome"
+MAKE_JOBS_UNSAFE= yes
CATEGORIES= games gnome
USE_GNOME= gnomelibs
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"