diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-02 15:06:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-02 15:06:10 +0000 |
commit | 5c160ac5bd7652f4b6cd06d38fde9b96d37ee823 (patch) | |
tree | 1965fa09d46b7b6f217692011df72c48d6e94f90 /multimedia/libmpeg2 | |
parent | 10732f785756dae58e751c0e3c35ff4b44f707a8 (diff) | |
download | ports-5c160ac5bd7652f4b6cd06d38fde9b96d37ee823.tar.gz ports-5c160ac5bd7652f4b6cd06d38fde9b96d37ee823.zip |
Notes
Diffstat (limited to 'multimedia/libmpeg2')
-rw-r--r-- | multimedia/libmpeg2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index f54fb7699220..07b1c5fdd407 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --enable-mga .endif .ifdef(WITH_SDL) -LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS+= SDL-1.1.5:${PORTSDIR}/devel/sdl12 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libvo::configure.incl SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |