diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-02 15:06:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-02 15:06:10 +0000 |
commit | 5c160ac5bd7652f4b6cd06d38fde9b96d37ee823 (patch) | |
tree | 1965fa09d46b7b6f217692011df72c48d6e94f90 /games/toppler | |
parent | Update to 1.2.5. (diff) |
Update version number of SDL shared library.
Notes
Notes:
svn path=/head/; revision=72210
Diffstat (limited to 'games/toppler')
-rw-r--r-- | games/toppler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/toppler/Makefile b/games/toppler/Makefile index 1e5d1a0c992d..df2716dd31f1 100644 --- a/games/toppler/Makefile +++ b/games/toppler/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= toppler MAINTAINER= dom@happygiraffe.net -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 LIB_DEPENDS+= SDL_mixer:${PORTSDIR}/audio/sdl_mixer SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |