diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-17 12:38:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-17 12:38:02 +0000 |
commit | 1b3c0d7d6cec8ddd3b0b2b7d1b137309caca60b1 (patch) | |
tree | d6e1dc5578a00f17474e942fe95ee7b689a65e1d /games/adgali | |
parent | Update to 2.0.5. (diff) |
Chase increase of libSDL version number.
Notes
Notes:
svn path=/head/; revision=57807
Diffstat (limited to 'games/adgali')
-rw-r--r-- | games/adgali/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 10f27b648154..ea0bf9f858f4 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff \ png:${PORTSDIR}/graphics/png \ |