Index: ports/games/etracer/Makefile =================================================================== RCS file: /home/pcvs/ports/games/etracer/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- ports/games/etracer/Makefile 21 Aug 2008 06:17:06 -0000 1.2 +++ ports/games/etracer/Makefile 5 Jan 2009 14:30:47 -0000 @@ -7,6 +7,7 @@ PORTNAME= etracer PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/extremetuxracer DISTNAME= extremetuxracer-${PORTVERSION} @@ -14,17 +15,20 @@ MAINTAINER= peter_dunning@dsl.pipex.com COMMENT= The latest and greatest fork of the classic Tux Racer -LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 \ - png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 USE_SDL= mixer sdl USE_GL= gl glu glut USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.5 \ - --with-tcl-inc=${PREFIX}/include/tcl8.5 \ + +USE_TCL= 84+ + +.include +CONFIGURE_ARGS= --with-tcl="${TCL_LIBDIR}" \ + --with-tcl-inc="${TCL_INCLUDEDIR}" \ --with-gl-libs="${LOCALBASE}/lib" \ --with-gl-inc="${LOCALBASE}/include" -.include +.include