diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-05 15:17:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-05 15:17:15 +0000 |
commit | d46264516da3888718d020f2ad9cf48abce52e4d (patch) | |
tree | 941cb729514d699934eabc1c82ef031ebd016584 /games/torcs | |
parent | cc5f50ea5d44bfc4369b06d780d7dbde032a9345 (diff) |
Notes
Diffstat (limited to 'games/torcs')
-rw-r--r-- | games/torcs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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}" |