aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-04-04 13:34:50 +0800
committerlioux <lioux@FreeBSD.org>2003-04-04 13:34:50 +0800
commit58924303f9ca3998a61a898f7d44ac0e9f50ac49 (patch)
tree79330b1f8138c299384f7058387b94abac371801 /multimedia/mplayer
parent23eac63d170f79fb079d9eab0f85490271900366 (diff)
downloadfreebsd-ports-gnome-58924303f9ca3998a61a898f7d44ac0e9f50ac49.tar.gz
freebsd-ports-gnome-58924303f9ca3998a61a898f7d44ac0e9f50ac49.tar.zst
freebsd-ports-gnome-58924303f9ca3998a61a898f7d44ac0e9f50ac49.zip
After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc): ports/graphics/libfame --> ports/multimedia/libfame ports/graphics/libquicktime --> ports/multimedia/libquicktime ports/graphics/mpeg --> ports/multimedia/mpeg ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode ports/graphics/mpeg_play --> ports/multimedia/mpeg_play ports/graphics/mtv --> ports/multimedia/mtv ports/graphics/smpeg --> ports/multimedia/smpeg ports/graphics/totem --> ports/multimedia/totem ports/graphics/transcode --> ports/multimedia/transcode ports/graphics/xanim --> ports/multimedia/xanim ports/graphics/xmps --> ports/multimedia/xmps Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
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 a2e1087c769e..b86f0afe21a7 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -397,7 +397,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/multimedia/mplayer-fo
.endif
.if defined(WITH_XANIM)
-BUILD_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim
+BUILD_DEPENDS+= xanim:${PORTSDIR}/multimedia/xanim
CONFIGURE_ARGS+=--enable-xanim --with-xanimlibdir=${X11BASE}/lib/X11/xanim
.else