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 /graphics/libmpeg2 | |
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 'graphics/libmpeg2')
-rw-r--r-- | graphics/libmpeg2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libmpeg2/Makefile b/graphics/libmpeg2/Makefile index 69a5349aaadc..f98e110b7118 100644 --- a/graphics/libmpeg2/Makefile +++ b/graphics/libmpeg2/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --enable-mga .endif .ifdef(WITH_SDL) -LIB_DEPENDS+= SDL-1.1.3:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libvo::configure.incl \ ${FILESDIR}/extra-patch-libvo::video_out_sdl.c |