diff options
author | rene <rene@FreeBSD.org> | 2013-07-05 23:17:15 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-05 23:17:15 +0800 |
commit | 00c2eba9c298744c101cb1ebeeb75664c0b73ebb (patch) | |
tree | 941cb729514d699934eabc1c82ef031ebd016584 /games | |
parent | cf80d9a6774a73c3e3bab06ba117a7bc82f330e6 (diff) | |
download | freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.tar.gz freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.tar.zst freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.zip |
Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
Diffstat (limited to 'games')
-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}" |