summaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-02-24 12:57:02 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-02-24 12:57:02 +0000
commita275baa57f759caa2c1ec7faf600b01c35e3e196 (patch)
treeca152a4a8c92104e89b3dbb8a881ff18f3fe3b90 /multimedia/mplayer
parentMove graphics/libdvdnav, graphics/libxine and graphics/xine to the multimedia... (diff)
Sync with the category changes of libdvdnav, libxine and xine.
Notes
Notes: svn path=/head/; revision=76391
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index def22eae886d..0e7e1c59a50e 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -296,7 +296,7 @@ LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss
LIB_DEPENDS+= dvdread.2:${PORTSDIR}/multimedia/libdvdread
.endif
.if defined(WITH_LIBDVDNAV)
-LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/graphics/libdvdnav
+LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav
CONFIGURE_ARGS+= --enable-dvdnav
.else