1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

Unbreak dependency on SDL in WITH_SDL=yes case. Look for proper

libSDL-1.1.so instead of libSDL-1.1.5.so.
This commit is contained in:
Alexander Kabaev 2004-03-19 15:39:52 +00:00
parent 7bf55c949f
commit bc2ea02bbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104634

View File

@ -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