From 00c2eba9c298744c101cb1ebeeb75664c0b73ebb Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 5 Jul 2013 15:17:15 +0000 Subject: Convert to USES=gmake Remove an empty OPTIONS_DEFAULT in lang/nbc --- games/torcs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games') diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 427ad4190447..cbd855ca719d 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ vorbis:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USES= shebangfix +USES= gmake shebangfix SHEBANG_FILES= src/linux/torcs.in src/tools/accc/accc.in \ src/tools/nfsperf/nfsperf.in \ src/tools/texmapper/texmapper.in src/tools/nfs2ac/nfs2ac.in \ @@ -30,7 +30,6 @@ USE_GL= glut USE_OPENAL= al alut USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/lib CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" -- cgit