diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-27 21:15:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-27 21:15:53 +0800 |
commit | 86fc2e2713c68f4ce97be9df445b1e9556a9c7c5 (patch) | |
tree | fba735a8128daa265e74e54b498351eb2281280b /games/tuxpuck | |
parent | f0e48c89ae5ff28b9150f68553479e76034acab4 (diff) | |
download | freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.tar.gz freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.tar.zst freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.zip |
- Add missing dependency
- Bump PORTREVISION
Submitted by: pavbot
Diffstat (limited to 'games/tuxpuck')
-rw-r--r-- | games/tuxpuck/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile index e4662b3ad87b..2283592b70f9 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -8,7 +8,7 @@ PORTNAME= tuxpuck PORTVERSION= 0.8.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://users.student.lth.se/d00jkr/tuxpuck/ @@ -17,7 +17,8 @@ COMMENT= Shufflepuck Cafe Clone LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - vorbis.4:${PORTSDIR}/audio/libvorbis + vorbis.4:${PORTSDIR}/audio/libvorbis \ + freetype.9:${PORTSDIR}/print/freetype2 USE_SDL= sdl USE_GMAKE= yes |