diff options
author | krion <krion@FreeBSD.org> | 2003-10-24 23:41:17 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-24 23:41:17 +0000 |
commit | abfc40c1b1ce3cd9c87fca1e9283bfd1b4d0789c (patch) | |
tree | 3d159a154f6d1062d00d3bfc8b76a644a46ae950 /games/gltron | |
parent | b16b621d142a39808ea1000fba9ad6e3217f04df (diff) | |
download | FreeBSD-ports-abfc40c1b1ce3cd9c87fca1e9283bfd1b4d0789c.zip FreeBSD-ports-abfc40c1b1ce3cd9c87fca1e9283bfd1b4d0789c.tar.gz |
- Chase libraries because of new audio/sdl_sound version
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 f7da406..2779cd6 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 |