diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-11-04 20:18:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-11-04 20:18:15 +0000 |
commit | 0df342cdb4c15a1e9edbb92d1a32c9f407f7a794 (patch) | |
tree | 70925685c3650748302b5a45ce4244113d9f808e /games/ppracer/Makefile | |
parent | 741363469129d7f4401261f1344d8080da41d0c7 (diff) |
Notes
Diffstat (limited to 'games/ppracer/Makefile')
-rw-r--r-- | games/ppracer/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/ppracer/Makefile b/games/ppracer/Makefile index 32cceb219d49..3c13805c57fc 100644 --- a/games/ppracer/Makefile +++ b/games/ppracer/Makefile @@ -6,16 +6,14 @@ # PORTNAME= ppracer -PORTVERSION= 0.3.1 -PORTREVISION= 1 +DISTVERSION= 0.5alpha CATEGORIES= games MASTER_SITES= http://download.berlios.de/ppracer/ MAINTAINER= adamw@FreeBSD.org COMMENT= 3D Downhill racing game... kindof like TuxRacer Improved -LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_SDL= mixer sdl @@ -24,7 +22,5 @@ USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+=--with-tcl-inc="${LOCALBASE}/include/tcl8.3" \ - --with-tcl="${LOCALBASE}/lib/tcl8.3" \ .include <bsd.port.mk> |