diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-17 08:27:48 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-17 08:27:48 +0000 |
commit | 601996d1983c1fd71fa6b82b36472518beaaa016 (patch) | |
tree | c29be88a6a8f44235423cc962cd255383b2eace7 /games/lbreakout | |
parent | 5d7db36134650ea08165162ac3ff5f6a8fd2d1f9 (diff) | |
download | FreeBSD-ports-601996d1983c1fd71fa6b82b36472518beaaa016.zip FreeBSD-ports-601996d1983c1fd71fa6b82b36472518beaaa016.tar.gz |
Correct version number of SDL shared library.
Diffstat (limited to 'games/lbreakout')
-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 b045535..db895af 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 |