summaryrefslogtreecommitdiff
path: root/emulators/dgen-sdl/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-24 19:58:10 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-24 19:58:10 +0000
commit6f5ce5ffadca0cf6c92a7db1aaf02ac33f3d68f9 (patch)
treee63ccc5f2fe7d937283cfce78f1ecdca8b7630a1 /emulators/dgen-sdl/Makefile
parentRemove duplicated URL (diff)
Correct version number of SDL shared library.
PR: 25343 Submitted by: Carl Fongheiser <cmf@iabears.org>
Notes
Notes: svn path=/head/; revision=38672
Diffstat (limited to 'emulators/dgen-sdl/Makefile')
-rw-r--r--emulators/dgen-sdl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile
index e3c416dd5bbc..c901e7b405eb 100644
--- a/emulators/dgen-sdl/Makefile
+++ b/emulators/dgen-sdl/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://pknet.com/~joe/
MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config