summaryrefslogtreecommitdiff
path: root/emulators/xsystem35
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-17 12:38:02 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-17 12:38:02 +0000
commit1b3c0d7d6cec8ddd3b0b2b7d1b137309caca60b1 (patch)
treed6e1dc5578a00f17474e942fe95ee7b689a65e1d /emulators/xsystem35
parentUpdate to 2.0.5. (diff)
Chase increase of libSDL version number.
Notes
Notes: svn path=/head/; revision=57807
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r--emulators/xsystem35/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index 38da6bbdec85..28e9b13f6361 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --enable-audio=oss --with-default-output=oss
.endif
.if defined(WITH_SDL)
-LIB_DEPENDS+= SDL-1.1.3:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12
CONFIGURE_ARGS+= --enable-sdl
CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}"
.else