diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-24 23:41:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-24 23:41:17 +0000 |
commit | 7a8bb926aab66e8544e2fc39b9320e33623ca6df (patch) | |
tree | 826bd033b4eaf61145a9c05b25b82e4b6f6ff16b /games/gltron | |
parent | 20e3bc6fff5b7b20982ee3ff2b6445a2998ae5f9 (diff) | |
download | ports-7a8bb926aab66e8544e2fc39b9320e33623ca6df.tar.gz ports-7a8bb926aab66e8544e2fc39b9320e33623ca6df.zip |
Notes
Diffstat (limited to 'games/gltron')
-rw-r--r-- | games/gltron/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index f7da40615fb3..2779cd6f4326 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -7,6 +7,7 @@ PORTNAME= gltron PORTVERSION= 0.62 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://gltron.sourceforge.net/download/ @@ -17,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A 3D worm game for two players for X Window System LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod \ - SDL_sound-1.0.0:${PORTSDIR}/audio/sdl_sound \ + SDL_sound-1.0.1:${PORTSDIR}/audio/sdl_sound \ SDL_net.0:${PORTSDIR}/net/sdl_net \ png.5:${PORTSDIR}/graphics/png |