aboutsummaryrefslogtreecommitdiff
path: root/games/etracer
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-18 10:30:59 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-18 10:30:59 +0000
commite89c78f2312461dc4bb78ad7cc340e845d251f82 (patch)
treef147e49785f48492363ad542e57925de5b676d05 /games/etracer
parenta84dc08cb658941988c71d7f7b643f62ce79533f (diff)
downloadports-e89c78f2312461dc4bb78ad7cc340e845d251f82.tar.gz
ports-e89c78f2312461dc4bb78ad7cc340e845d251f82.zip
Notes
Diffstat (limited to 'games/etracer')
-rw-r--r--games/etracer/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/games/etracer/Makefile b/games/etracer/Makefile
index a7702910a69e..27fd1f003160 100644
--- a/games/etracer/Makefile
+++ b/games/etracer/Makefile
@@ -11,19 +11,15 @@ DISTNAME= extremetuxracer-${PORTVERSION}
MAINTAINER= peter_dunning@dsl.pipex.com
COMMENT= The latest and greatest fork of the classic Tux Racer
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libfreetype.so.9:${PORTSDIR}/print/freetype2
USE_SDL= mixer sdl
USE_XORG= x11 xi xext xmu xt
USE_GL= gl glu glut
-USES= gmake pkgconfig
+USES= gmake pkgconfig tcl
GNU_CONFIGURE= yes
-USE_TCL= 84+
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
CONFIGURE_ARGS= --with-tcl="${TCL_LIBDIR}" \
--with-tcl-inc="${TCL_INCLUDEDIR}" \
--with-gl-libs="${LOCALBASE}/lib" \
@@ -36,4 +32,4 @@ post-patch:
-e 's|png_infopp_NULL|NULL|g' \
${WRKSRC}/src/ppgltk/images/png_reader.cpp
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>