diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
commit | 6c0425c0a86a9b2977f073cc10a15bf90d5277ba (patch) | |
tree | fdc045becacb16d44fbca787ce1979ecd0640210 /games/ppracer | |
parent | ff21005dec68219a8bfe7c6f5ce8b0725de7b73a (diff) | |
download | ports-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.tar.gz ports-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.zip |
Notes
Diffstat (limited to 'games/ppracer')
-rw-r--r-- | games/ppracer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/ppracer/Makefile b/games/ppracer/Makefile index 7f2a0a8e15dc..0a69bedea569 100644 --- a/games/ppracer/Makefile +++ b/games/ppracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= ppracer DISTVERSION= 0.5alpha -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= 3D downhill racing game... kind of like TuxRacer Improved -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ + freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_SDL= mixer sdl |