diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-17 16:27:48 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-17 16:27:48 +0800 |
commit | 601996d1983c1fd71fa6b82b36472518beaaa016 (patch) | |
tree | c29be88a6a8f44235423cc962cd255383b2eace7 | |
parent | 5d7db36134650ea08165162ac3ff5f6a8fd2d1f9 (diff) | |
download | freebsd-ports-gnome-601996d1983c1fd71fa6b82b36472518beaaa016.tar.gz freebsd-ports-gnome-601996d1983c1fd71fa6b82b36472518beaaa016.tar.zst freebsd-ports-gnome-601996d1983c1fd71fa6b82b36472518beaaa016.zip |
Correct version number of SDL shared library.
-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 |