diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-11 14:48:53 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-11 14:48:53 +0000 |
commit | e782284ef2bacfb6b65c8a4958ccf6d030f6480f (patch) | |
tree | 65b8c57801bb7206318338da696a923c475ed755 /games | |
parent | ad2ecc86c88acdcfc225221c234b9b99b39d66fe (diff) | |
download | FreeBSD-ports-e782284ef2bacfb6b65c8a4958ccf6d030f6480f.zip FreeBSD-ports-e782284ef2bacfb6b65c8a4958ccf6d030f6480f.tar.gz |
Update sdl_image shared library version.
Diffstat (limited to 'games')
-rw-r--r-- | games/madbomber/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/madbomber/Makefile b/games/madbomber/Makefile index e8fc638..29b584f 100644 --- a/games/madbomber/Makefile +++ b/games/madbomber/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/madbomber/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL_image.9:${PORTSDIR}/graphics/sdl_image \ +LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |