svn commit: r318116 - head/games/tuxracer
Pietro Cerutti
gahr at FreeBSD.org
Mon May 13 15:48:52 UTC 2013
Author: gahr
Date: Mon May 13 15:48:51 2013
New Revision: 318116
URL: http://svnweb.freebsd.org/changeset/ports/318116
Log:
- Fix build with Tcl/Tk 8.6
Reported by: miwi (Tcl/Tk 86 exp-run)
Modified:
head/games/tuxracer/Makefile (contents, props changed)
Modified: head/games/tuxracer/Makefile
==============================================================================
--- head/games/tuxracer/Makefile Mon May 13 15:47:47 2013 (r318115)
+++ head/games/tuxracer/Makefile Mon May 13 15:48:51 2013 (r318116)
@@ -20,7 +20,6 @@ COMMENT= 3D penguin racing game using Op
USE_SDL= mixer sdl
USE_GL= gl
USE_XORG= x11 xt xmu xi
-USE_TK_BUILD= yes
USE_TK= yes
USE_GMAKE= yes
USE_AUTOTOOLS= automake14 autoconf
@@ -28,6 +27,7 @@ AUTOMAKE_ARGS= -a
CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-tcl-inc="${TCL_INCLUDEDIR}" \
--with-tcl-libs="${LOCALBASE}/lib" \
+ --with-tcl-lib-name=tcl${TCL_VER:S/.//} \
--with-gl-libs="${LOCALBASE}/lib" \
--with-gl-inc="${LOCALBASE}/include" \
--with-data-dir=${DATADIR}
More information about the svn-ports-head
mailing list