diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2004-03-19 15:39:52 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-03-19 15:39:52 +0000 |
commit | bc2ea02bbb4a92810c84f0ddd412d7a944292fae (patch) | |
tree | b6492f8c7aaa186d9f00a8d45d3c243a6abfd4ca /multimedia/libmpeg2 | |
parent | mark FORBIDDEN: http://people.freebsd.org/~eik/portaudit/6c7661ff-7912-11d8-9... (diff) |
Unbreak dependency on SDL in WITH_SDL=yes case. Look for proper
libSDL-1.1.so instead of libSDL-1.1.5.so.
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 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 |