From bc2ea02bbb4a92810c84f0ddd412d7a944292fae Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Fri, 19 Mar 2004 15:39:52 +0000 Subject: Unbreak dependency on SDL in WITH_SDL=yes case. Look for proper libSDL-1.1.so instead of libSDL-1.1.5.so. --- multimedia/libmpeg2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia') diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index 347087100069..e36ca404b6e6 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --enable-mga .endif .ifdef(WITH_SDL) -LIB_DEPENDS+= SDL-1.1.5:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS+= SDL-1.1:${PORTSDIR}/devel/sdl12 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libvo::configure.incl SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -- cgit v1.2.3