From 472387c1864e149c8de23f290e91793ad7fbf8ca Mon Sep 17 00:00:00 2001 From: ak Date: Wed, 14 Aug 2013 22:35:50 +0000 Subject: - Remove MAKE_JOBS_SAFE variable Approved by: portmgr (bdrewery) --- games/pipewalker/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'games/pipewalker') diff --git a/games/pipewalker/Makefile b/games/pipewalker/Makefile index 2539aaae8faa..27159bf63a47 100644 --- a/games/pipewalker/Makefile +++ b/games/pipewalker/Makefile @@ -14,7 +14,6 @@ COMMENT= A clone of the NetWalk game GNU_CONFIGURE= yes USE_SDL= sdl USE_GL= gl glu -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -- cgit