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/abuse_sdl | |
parent | 10732f785756dae58e751c0e3c35ff4b44f707a8 (diff) |
Update version number of SDL shared library.
Notes
Notes:
svn path=/head/; revision=72210
Diffstat (limited to 'games/abuse_sdl')
-rw-r--r-- | games/abuse_sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile index d6a2e62ef81e..c21b7dbea086 100644 --- a/games/abuse_sdl/Makefile +++ b/games/abuse_sdl/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.labyrinth.net.au/~trandor/abuse/files/ MAINTAINER= des@freebsd.org -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12:install +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12:install USE_GMAKE= YES GNU_CONFIGURE= YES |