aboutsummaryrefslogtreecommitdiff
path: root/games/lbreakout
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-17 08:27:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-17 08:27:48 +0000
commitc20bd4a0ecfd88cdfa863732e876e40ff472cdb0 (patch)
tree069e3b8fa42295669908fa8f1e5e0359a1e59656 /games/lbreakout
parentd0c8e0cd92d7e69912b205f9db9c42413ebe3847 (diff)
downloadports-c20bd4a0ecfd88cdfa863732e876e40ff472cdb0.tar.gz
ports-c20bd4a0ecfd88cdfa863732e876e40ff472cdb0.zip
Correct version number of SDL shared library.
Notes
Notes: svn path=/head/; revision=39953
Diffstat (limited to 'games/lbreakout')
-rw-r--r--games/lbreakout/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile
index b04553576c94..db895af96ced 100644
--- a/games/lbreakout/Makefile
+++ b/games/lbreakout/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= lgames
MAINTAINER= sobomax@FreeBSD.org
-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