diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-17 20:38:02 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-17 20:38:02 +0800 |
commit | 8d126bf116939851057c02d4243fa6fb23a35a2c (patch) | |
tree | 150bcb567240b371dac7a9b8d48c64bd36dbe44f /games/prboom | |
parent | 79149d811700200f997198d85a616104c477bb46 (diff) | |
download | freebsd-ports-graphics-8d126bf116939851057c02d4243fa6fb23a35a2c.tar.gz freebsd-ports-graphics-8d126bf116939851057c02d4243fa6fb23a35a2c.tar.zst freebsd-ports-graphics-8d126bf116939851057c02d4243fa6fb23a35a2c.zip |
Chase increase of libSDL version number.
Diffstat (limited to 'games/prboom')
-rw-r--r-- | games/prboom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index cedb2f13683..bda00c4454a 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= fracture@allusion.net -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ smpeg.1:${PORTSDIR}/graphics/smpeg \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL_net.0:${PORTSDIR}/net/sdl_net |