diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-01-02 15:06:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-01-02 15:06:10 +0000 |
commit | 2d06637d3146a986d9c6c0d8aa5d92751b3c4168 (patch) | |
tree | c8f70ea8dfbe4a0d8eacf1f1505d595a7457aaf0 /games/xpired | |
parent | b1edd65b002d0e7996b39e47ae3506982d421f88 (diff) | |
download | FreeBSD-ports-2d06637d3146a986d9c6c0d8aa5d92751b3c4168.zip FreeBSD-ports-2d06637d3146a986d9c6c0d8aa5d92751b3c4168.tar.gz |
Update version number of SDL shared library.
Diffstat (limited to 'games/xpired')
-rw-r--r-- | games/xpired/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xpired/Makefile b/games/xpired/Makefile index 1b5769b..d3459ff 100644 --- a/games/xpired/Makefile +++ b/games/xpired/Makefile @@ -17,7 +17,7 @@ MAINTAINER= edwin@mavetju.org LIB_DEPENDS= SDL_gfx.0:${PORTSDIR}/graphics/sdl_gfx \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL-1.1.4:${PORTSDIR}/devel/sdl12 + SDL-1.1.5:${PORTSDIR}/devel/sdl12 WRKSRC= ${WRKDIR}/src |