diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-17 08:27:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-17 08:27:48 +0000 |
commit | c20bd4a0ecfd88cdfa863732e876e40ff472cdb0 (patch) | |
tree | 069e3b8fa42295669908fa8f1e5e0359a1e59656 /games | |
parent | Add migemo-emacs20 0.21, japanese incremental search tool for Emacs. (diff) |
Correct version number of SDL shared library.
Diffstat (limited to 'games')
-rw-r--r-- | games/lbreakout/Makefile | 2 |
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 |