1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Track track linux-realplayer codecs path change

PR:		98763
Submitted by:	Juergen Lock
Approved by:	maintainer
This commit is contained in:
Ion-Mihai Tetcu 2006-06-12 06:36:46 +00:00
parent c7615f6eb0
commit 473d987eaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165172

View File

@ -440,7 +440,7 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
WITH_XANIM= yes
.endif
.if exists(${LOCALBASE}/lib/RealPlayer/realplay.bin)
.if exists(${X11BASE}/lib/RealPlayer/realplay.bin)
WITH_REALPLAYER= yes
.endif
@ -738,7 +738,7 @@ LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
.if defined(WITH_REALPLAYER)
CONFIGURE_ARGS+= --enable-real \
--with-reallibdir=${LOCALBASE}/lib/RealPlayer/codecs
--with-reallibdir=${X11BASE}/lib/RealPlayer/codecs
RUN_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer
BUILD_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer
.endif