diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-17 20:38:02 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-17 20:38:02 +0800 |
commit | 8d126bf116939851057c02d4243fa6fb23a35a2c (patch) | |
tree | 150bcb567240b371dac7a9b8d48c64bd36dbe44f /games/alephone | |
parent | 79149d811700200f997198d85a616104c477bb46 (diff) | |
download | freebsd-ports-gnome-8d126bf116939851057c02d4243fa6fb23a35a2c.tar.gz freebsd-ports-gnome-8d126bf116939851057c02d4243fa6fb23a35a2c.tar.zst freebsd-ports-gnome-8d126bf116939851057c02d4243fa6fb23a35a2c.zip |
Chase increase of libSDL version number.
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index d10717c16db8..e01d3ba3881f 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -14,7 +14,7 @@ DISTNAME= AlephOne-${PORTVERSION} MAINTAINER= malyn@strangeGizmo.com -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12:install \ +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12:install \ SDL_image.10:${PORTSDIR}/graphics/sdl_image:install SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |