summaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-30 03:17:46 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-30 03:17:46 +0000
commit53886721347d71ad47b0fbfb44fa86152bd6dd8e (patch)
tree346866930b64c45baaf69c2236db95c63baa6d6c /multimedia/mplayer
parentUpdate location of xmms port (diff)
Fix location of linux-realplayer port
Prompted by: kris
Notes
Notes: svn path=/head/; revision=71244
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 52d89627f3db..13a1a48675d8 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -122,8 +122,8 @@ LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
.if defined(WITH_REALPLAYER)
CONFIGURE_ARGS+= --enable-real \
--with-reallibdir=${LOCALBASE}/lib/RealPlayer8/Codecs
-RUN_DEPENDS+= realplay:${PORTSDIR}/audio/linux-realplayer
-BUILD_DEPENDS+= realplay:${PORTSDIR}/audio/linux-realplayer
+RUN_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer
+BUILD_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer
.endif
.if defined(WITH_LIVEMEDIA)