diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 23:41:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 23:41:55 +0000 |
commit | 2d68f126de221d6caed2c560840eae9b231eaaf0 (patch) | |
tree | a4e626dcfcfc7a91af456eb7e15fa4056a883f49 /games | |
parent | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gnubg/Makefile | 1 | ||||
-rw-r--r-- | games/gnushogi/Makefile | 1 | ||||
-rw-r--r-- | games/gtkpool/Makefile | 1 | ||||
-rw-r--r-- | games/holotz-castle/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index a8248f6b7aa8..effe684321c9 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -40,6 +40,7 @@ USE_GMAKE= yes USE_PYTHON= 2.0+ USE_AUTOTOOLS= libtool:22 automake:110 GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> diff --git a/games/gnushogi/Makefile b/games/gnushogi/Makefile index ff337cb771ac..d5f65ca23ed9 100644 --- a/games/gnushogi/Makefile +++ b/games/gnushogi/Makefile @@ -17,6 +17,7 @@ COMMENT= GNU version of Shogi GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-x --without-xshogi +MAKE_JOBS_UNSAFE= yes MAN6= gnushogi.6 INFO= gnushogi diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile index 11d314752a63..888ae3dda68e 100644 --- a/games/gtkpool/Makefile +++ b/games/gtkpool/Makefile @@ -16,6 +16,7 @@ COMMENT= A 2D pool game using the GTK+ toolkit GNU_CONFIGURE= yes USE_GNOME= gtk12 +MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e 's,-O2 -O0 -Wall `gtk-config --cflags` -lgtk -lgdk -lglib -lm -lX11,${CXXFLAGS} `gtk-config --cflags` `gtk-config --libs`,' ${WRKSRC}/configure diff --git a/games/holotz-castle/Makefile b/games/holotz-castle/Makefile index 147bb78cdd05..4770af808d97 100644 --- a/games/holotz-castle/Makefile +++ b/games/holotz-castle/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ppl@nbnet.nb.ca COMMENT= A platform game with high doses of mystery MAKE_ARGS= HC_BASE=${PREFIX}/share/${PORTNAME}/ HC_BIN_DIR=${PREFIX}/bin/ +MAKE_JOBS_UNSAFE= yes USE_GL= gl USE_SDL= image mixer sdl ttf |