diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-09 22:51:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-09 22:51:28 +0800 |
commit | 35e37176e0e15c5e48a6191846c9c46365eb1bcf (patch) | |
tree | 4362aada7fad4bf6b71e2e01308b58eea622133e /games/sdl-ball/Makefile | |
parent | 08db416c8cc6a24810720fc7e011c44d552f533f (diff) | |
download | freebsd-ports-gnome-35e37176e0e15c5e48a6191846c9c46365eb1bcf.tar.gz freebsd-ports-gnome-35e37176e0e15c5e48a6191846c9c46365eb1bcf.tar.zst freebsd-ports-gnome-35e37176e0e15c5e48a6191846c9c46365eb1bcf.zip |
- Update to 0.11
Diffstat (limited to 'games/sdl-ball/Makefile')
-rw-r--r-- | games/sdl-ball/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sdl-ball/Makefile b/games/sdl-ball/Makefile index 9ca2c81c08e7..404d19f5a402 100644 --- a/games/sdl-ball/Makefile +++ b/games/sdl-ball/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sdl-ball -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= games MASTER_SITES= SF @@ -14,7 +14,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Arkanoid/Breakout clone with pretty graphics USE_BZIP2= yes -USE_SDL= sdl image ttf +USE_SDL= sdl mixer image ttf USE_GL= gl glu WRKSRC= ${WRKDIR}/${PORTNAME} |