summaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-28 00:09:51 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-28 00:09:51 +0000
commitee7adffbe0d59aa403105a879d4beea5aa4bc050 (patch)
tree0545209ebcf6696ce2b305d590e8ace4e9886b17 /multimedia/mplayer
parentUse MASTER_SITE_LOCAL in preference to the other MASTER_SITE because (diff)
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
Notes
Notes: svn path=/head/; revision=71181
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 31b630f0ff76..52d89627f3db 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mplayer
PORTVERSION= 0.90.0.10
PORTREVISION= 1
-CATEGORIES= graphics
+CATEGORIES= multimedia audio
MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \
http://www.mplayerhq.hu/MPlayer/releases/ \
http://www2.mplayerhq.hu/MPlayer/releases/ \
@@ -101,9 +101,9 @@ CONFIGURE_ARGS+= --enable-gui
.if defined(WITH_DVD)
.if !defined(WITH_LIBDVDREAD)
-LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/graphics/libdvdcss
+LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss
.else
-LIB_DEPENDS+= dvdread.2:${PORTSDIR}/graphics/libdvdread
+LIB_DEPENDS+= dvdread.2:${PORTSDIR}/multimedia/libdvdread
.endif
.endif
@@ -138,7 +138,7 @@ CONFIGURE_ARGS+= --with-extraincdir=${LOCALBASE}/include/freetype2 \
--enable-freetype
LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
.else
-RUN_DEPENDS+= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts
+RUN_DEPENDS+= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/multimedia/mplayer-fonts
.endif
.if defined(WITH_XANIM)
@@ -181,7 +181,7 @@ RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT}
CONFIGURE_ARGS+= --with-win32libdir=${LOCALBASE}/lib/win32
-CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs
+CODEC_PORT= ${PORTSDIR}/multimedia/win32-codecs
CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE
.endif
.endif # ARCH == i386