diff options
-rw-r--r-- | games/q3cellshading/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/q3cellshading/Makefile b/games/q3cellshading/Makefile index e7b6646fffe3..65f62540e65c 100644 --- a/games/q3cellshading/Makefile +++ b/games/q3cellshading/Makefile @@ -14,9 +14,9 @@ COMMENT= Quake III engine with Cell Shading capabilities ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= does not run properly; try games/ioquake3 with option +USES= gmake USE_ZIP= yes USE_DOS2UNIX= yes -USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/code/unix |