diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-06-01 19:04:54 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-06-01 19:04:54 +0000 |
commit | e3c58441230af8b63f6d9872407c17d35df07098 (patch) | |
tree | de725990fe366ee46dfbb5b953a0bdbdef1b9e68 /games/ppracer | |
parent | Update to 4504 (diff) |
Add a dependency on libpng.
Notes
Notes:
svn path=/head/; revision=136631
Diffstat (limited to 'games/ppracer')
-rw-r--r-- | games/ppracer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/ppracer/Makefile b/games/ppracer/Makefile index 8b85153f7cc8..32cceb219d49 100644 --- a/games/ppracer/Makefile +++ b/games/ppracer/Makefile @@ -7,13 +7,15 @@ PORTNAME= ppracer PORTVERSION= 0.3.1 +PORTREVISION= 1 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 +LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \ + png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_SDL= mixer sdl |