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 /emulators/gngb | |
parent | ce0e60666af79cfe9b6e080319a491ad7cc7217b (diff) |
Chase increase of libSDL version number.
Notes
Notes:
svn path=/head/; revision=57807
Diffstat (limited to 'emulators/gngb')
-rw-r--r-- | emulators/gngb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index bc373453e7ff..36906064e293 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 WRKSRC= ${WRKDIR}/${PORTNAME} |