aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libmpeg2
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2004-03-19 15:39:52 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2004-03-19 15:39:52 +0000
commitbc2ea02bbb4a92810c84f0ddd412d7a944292fae (patch)
treeb6492f8c7aaa186d9f00a8d45d3c243a6abfd4ca /multimedia/libmpeg2
parent7bf55c949f8e3ce48e36702b8727ec0b8f0eb505 (diff)
downloadports-bc2ea02bbb4a92810c84f0ddd412d7a944292fae.tar.gz
ports-bc2ea02bbb4a92810c84f0ddd412d7a944292fae.zip
Unbreak dependency on SDL in WITH_SDL=yes case. Look for proper
libSDL-1.1.so instead of libSDL-1.1.5.so.
Notes
Notes: svn path=/head/; revision=104634
Diffstat (limited to 'multimedia/libmpeg2')
-rw-r--r--multimedia/libmpeg2/Makefile2
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