summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-04 05:34:50 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-04 05:34:50 +0000
commit328b6db7856f09b9301c8c249b9ff065487c6879 (patch)
tree354194302f643777f9dfd67bb473f0614ae46fd2
parentUpdate to 1.6.2. (diff)
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)
Notes
Notes: svn path=/head/; revision=78090
-rw-r--r--audio/ksmp3play/Makefile2
-rw-r--r--audio/pysol-sound-server/Makefile2
-rw-r--r--audio/sdl_mixer/Makefile2
-rw-r--r--audio/sdl_sound/Makefile2
-rw-r--r--devel/linux-runrev/Makefile2
-rw-r--r--devel/py-game/Makefile2
-rw-r--r--games/powerpak/Makefile2
-rw-r--r--games/prboom/Makefile2
-rw-r--r--graphics/flip/Makefile2
-rw-r--r--graphics/qtutils/Makefile2
-rw-r--r--graphics/recmpeg/Makefile2
-rw-r--r--graphics/xmrm/Makefile4
-rw-r--r--japanese/mypaedia-fpw-package/Makefile2
-rw-r--r--math/PDL/Makefile2
-rw-r--r--multimedia/dvdrip/Makefile4
-rw-r--r--multimedia/gstreamer-plugins/Makefile2
-rw-r--r--multimedia/gstreamer-plugins80/Makefile2
-rw-r--r--multimedia/kdemultimedia3/Makefile2
-rw-r--r--multimedia/kdemultimedia4/Makefile2
-rw-r--r--multimedia/mplayer/Makefile2
-rw-r--r--multimedia/recmpeg/Makefile2
-rw-r--r--multimedia/slideshow/Makefile2
-rw-r--r--multimedia/xmps-opendivx-plugin/Makefile2
-rw-r--r--multimedia/xmps-win32-plugin/Makefile2
-rw-r--r--www/plugger/Makefile4
-rw-r--r--x11-toolkits/linux-f10-gtk/Makefile2
-rw-r--r--x11-toolkits/linux-f8-gtk/Makefile2
-rw-r--r--x11-toolkits/linux-gtk/Makefile2
-rw-r--r--x11/gnome2-fifth-toe/Makefile2
29 files changed, 32 insertions, 32 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile
index bb6045dd235f..33b4578be553 100644
--- a/audio/ksmp3play/Makefile
+++ b/audio/ksmp3play/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.xanadunet.net/ksmp3play/
MAINTAINER= ports@FreeBSD.org
COMMENT= An curses-based MP3 player
-LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg
+LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile
index fc92d1e7326c..62da9a29d6f7 100644
--- a/audio/pysol-sound-server/Makefile
+++ b/audio/pysol-sound-server/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org
COMMENT= Python extension module to play sounds and background music
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- smpeg.1:${PORTSDIR}/graphics/smpeg \
+ smpeg.1:${PORTSDIR}/multimedia/smpeg \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile
index c70899fb0e5f..703abf562236 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= sobomax@FreeBSD.org
COMMENT= A sample multi-channel audio mixer library
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- smpeg.1:${PORTSDIR}/graphics/smpeg \
+ smpeg.1:${PORTSDIR}/multimedia/smpeg \
vorbis.2:${PORTSDIR}/audio/libvorbis
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index 6388160c3813..619acb1b2140 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --disable-mikmod
.endif
.if !defined(WITHOUT_SMPEG)
-LIB_DEPENDS+= smpeg.1:${PORTSDIR}/graphics/smpeg
+LIB_DEPENDS+= smpeg.1:${PORTSDIR}/multimedia/smpeg
.else
CONFIGURE_ARGS+= --disable-smpeg
.endif
diff --git a/devel/linux-runrev/Makefile b/devel/linux-runrev/Makefile
index a7197f3e0167..ff9bb732fddc 100644
--- a/devel/linux-runrev/Makefile
+++ b/devel/linux-runrev/Makefile
@@ -18,7 +18,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= blackend@FreeBSD.org
COMMENT= Revolution is a rapid application development environment
-RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim
+RUN_DEPENDS= xanim:${PORTSDIR}/multimedia/xanim
NO_CDROM= "Sale for profit is not permitted"
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile
index 24e582c3cece..3bb256535747 100644
--- a/devel/py-game/Makefile
+++ b/devel/py-game/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYNUMERIC}
LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
- smpeg.1:${PORTSDIR}/graphics/smpeg
+ smpeg.1:${PORTSDIR}/multimedia/smpeg
RUN_DEPENDS= ${PYNUMERIC}
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/games/powerpak/Makefile b/games/powerpak/Makefile
index d0049ce0872c..97295e7c594f 100644
--- a/games/powerpak/Makefile
+++ b/games/powerpak/Makefile
@@ -17,7 +17,7 @@ COMMENT= SDL-based Game Software Development Kit
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- smpeg.1:${PORTSDIR}/graphics/smpeg \
+ smpeg.1:${PORTSDIR}/multimedia/smpeg \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index 3e7fc3c7fbf6..4f734c0598e6 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= fracture@allusion.net
COMMENT= A multiplayer-capable and modified version of ID's classic doom game
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- smpeg.1:${PORTSDIR}/graphics/smpeg \
+ smpeg.1:${PORTSDIR}/multimedia/smpeg \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
SDL_net.0:${PORTSDIR}/net/sdl_net
diff --git a/graphics/flip/Makefile b/graphics/flip/Makefile
index 350af18e06d6..d738018a1e24 100644
--- a/graphics/flip/Makefile
+++ b/graphics/flip/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@freebsd.org
COMMENT= "Load a sequence of TIFF files and play them back at a target frame rate"
LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff
-RUN_DEPENDS= mpeg_encode:${PORTSDIR}/graphics/mpeg_encode
+RUN_DEPENDS= mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode
USE_QT_VER= 3
USE_REINPLACE= yes
diff --git a/graphics/qtutils/Makefile b/graphics/qtutils/Makefile
index 92326c4f9362..f8d9dd43a7d1 100644
--- a/graphics/qtutils/Makefile
+++ b/graphics/qtutils/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= QuickTime Utilities
LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \
- quicktime.0:${PORTSDIR}/graphics/libquicktime
+ quicktime.0:${PORTSDIR}/multimedia/libquicktime
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/graphics/recmpeg/Makefile b/graphics/recmpeg/Makefile
index 1ff0450a5463..67e27a800970 100644
--- a/graphics/recmpeg/Makefile
+++ b/graphics/recmpeg/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= fame
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple video encoder
-LIB_DEPENDS= fame-0.9.0:${PORTSDIR}/graphics/libfame
+LIB_DEPENDS= fame-0.9.0:${PORTSDIR}/multimedia/libfame
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/graphics/xmrm/Makefile b/graphics/xmrm/Makefile
index 02c7d30eeecb..03369a1f8c7d 100644
--- a/graphics/xmrm/Makefile
+++ b/graphics/xmrm/Makefile
@@ -17,8 +17,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= treif@mayn.de
COMMENT= An image morphing/warping program
-RUN_DEPENDS= mpeg:${PORTSDIR}/graphics/mpeg \
- mpeg_play:${PORTSDIR}/graphics/mpeg_play
+RUN_DEPENDS= mpeg:${PORTSDIR}/multimedia/mpeg \
+ mpeg_play:${PORTSDIR}/multimedia/mpeg_play
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \
tiff.4:${PORTSDIR}/graphics/tiff
diff --git a/japanese/mypaedia-fpw-package/Makefile b/japanese/mypaedia-fpw-package/Makefile
index 9bd52535a089..60892db7366e 100644
--- a/japanese/mypaedia-fpw-package/Makefile
+++ b/japanese/mypaedia-fpw-package/Makefile
@@ -15,7 +15,7 @@ COMMENT= A supplement file to use "mypaedia" on lookup
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
timidity:${PORTSDIR}/audio/timidity++ \
- xanim:${PORTSDIR}/graphics/xanim \
+ xanim:${PORTSDIR}/multimedia/xanim \
display:${PORTSDIR}/graphics/ImageMagick
NO_BUILD= yes
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index e9a159f682bf..2c5dee10c06c 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -31,7 +31,7 @@ SCRIPTS_ENV= PERL=${PERL}
LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw \
gsl.4:${PORTSDIR}/math/gsl
RUN_DEPENDS+= ppmtogif:${PORTSDIR}/graphics/netpbm \
- mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \
+ mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \
saoimage:${PORTSDIR}/astro/saoimage
.endif
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile
index 451da09d8839..dff183cd8d6a 100644
--- a/multimedia/dvdrip/Makefile
+++ b/multimedia/dvdrip/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable
.endif
.if defined(WITH_XINE)
RUN_DEPENDS+= xine:${PORTSDIR}/multimedia/xine \
- ${X11BASE}/lib/xine/plugins/xineplug_inp_d4d.so:${PORTSDIR}/graphics/xine_d4d_plugin
+ ${X11BASE}/lib/xine/plugins/xineplug_inp_d4d.so:${PORTSDIR}/multimedia/xine_d4d_plugin
.endif
RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao \
cdrecord:${PORTSDIR}/sysutils/cdrtools \
@@ -31,7 +31,7 @@ RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao \
mplayer:${PORTSDIR}/multimedia/mplayer \
oggenc:${PORTSDIR}/audio/vorbis-tools \
ogmmerge:${PORTSDIR}/multimedia/ogmtools \
- transcode:${PORTSDIR}/graphics/transcode \
+ transcode:${PORTSDIR}/multimedia/transcode \
vcdimager:${PORTSDIR}/multimedia/vcdimager
BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/Pixbuf.pm:${PORTSDIR}/x11-toolkits/p5-GdkPixbuf
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index 31406b433c73..1875dfc2ade5 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -464,7 +464,7 @@ CONFIGURE_ARGS+= --disable-libfame \
--disable-libfametest
PLIST_SUB+= LIBFAME="@comment "
.else
-LIB_DEPENDS+= fame-0.9.0:${PORTSDIR}/graphics/libfame
+LIB_DEPENDS+= fame-0.9.0:${PORTSDIR}/multimedia/libfame
CONFIGURE_ARGS+= --with-libfame-prefix=${LOCALBASE} \
--with-libfame-exec-prefix=${LOCALBASE}
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile
index 31406b433c73..1875dfc2ade5 100644
--- a/multimedia/gstreamer-plugins80/Makefile
+++ b/multimedia/gstreamer-plugins80/Makefile
@@ -464,7 +464,7 @@ CONFIGURE_ARGS+= --disable-libfame \
--disable-libfametest
PLIST_SUB+= LIBFAME="@comment "
.else
-LIB_DEPENDS+= fame-0.9.0:${PORTSDIR}/graphics/libfame
+LIB_DEPENDS+= fame-0.9.0:${PORTSDIR}/multimedia/libfame
CONFIGURE_ARGS+= --with-libfame-prefix=${LOCALBASE} \
--with-libfame-exec-prefix=${LOCALBASE}
diff --git a/multimedia/kdemultimedia3/Makefile b/multimedia/kdemultimedia3/Makefile
index 1dfa43c1432e..efd567a05667 100644
--- a/multimedia/kdemultimedia3/Makefile
+++ b/multimedia/kdemultimedia3/Makefile
@@ -16,7 +16,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Multimedia utilities for the KDE integrated X11 desktop
-RUN_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim
+RUN_DEPENDS+= xanim:${PORTSDIR}/multimedia/xanim
LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg \
vorbis.2:${PORTSDIR}/audio/libvorbis
diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile
index 1dfa43c1432e..efd567a05667 100644
--- a/multimedia/kdemultimedia4/Makefile
+++ b/multimedia/kdemultimedia4/Makefile
@@ -16,7 +16,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Multimedia utilities for the KDE integrated X11 desktop
-RUN_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim
+RUN_DEPENDS+= xanim:${PORTSDIR}/multimedia/xanim
LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg \
vorbis.2:${PORTSDIR}/audio/libvorbis
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
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile
index 1ff0450a5463..67e27a800970 100644
--- a/multimedia/recmpeg/Makefile
+++ b/multimedia/recmpeg/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= fame
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple video encoder
-LIB_DEPENDS= fame-0.9.0:${PORTSDIR}/graphics/libfame
+LIB_DEPENDS= fame-0.9.0:${PORTSDIR}/multimedia/libfame
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/multimedia/slideshow/Makefile b/multimedia/slideshow/Makefile
index 7dd58025233b..b5771466f33b 100644
--- a/multimedia/slideshow/Makefile
+++ b/multimedia/slideshow/Makefile
@@ -17,7 +17,7 @@ COMMENT= A slideshow presentation tool to write slides in Python or XML
LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
xml2.5:${PORTSDIR}/textproc/libxml2 \
- smpeg.1:${PORTSDIR}/graphics/smpeg
+ smpeg.1:${PORTSDIR}/multimedia/smpeg
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
INSTALLS_SHLIB= yes
diff --git a/multimedia/xmps-opendivx-plugin/Makefile b/multimedia/xmps-opendivx-plugin/Makefile
index 141c868714f3..86ffc534f439 100644
--- a/multimedia/xmps-opendivx-plugin/Makefile
+++ b/multimedia/xmps-opendivx-plugin/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= lioux@FreeBSD.org
COMMENT= xmps plugin using OpenDivX decoding engine from Project Mayo
LIB_DEPENDS= divxdecore.0:${PORTSDIR}/multimedia/libdivxdecore \
- xmps.0:${PORTSDIR}/graphics/xmps \
+ xmps.0:${PORTSDIR}/multimedia/xmps \
intl.4:${PORTSDIR}/devel/gettext
WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2
diff --git a/multimedia/xmps-win32-plugin/Makefile b/multimedia/xmps-win32-plugin/Makefile
index f725c322354b..005a47cc46c2 100644
--- a/multimedia/xmps-win32-plugin/Makefile
+++ b/multimedia/xmps-win32-plugin/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://xmps.sourceforge.net/sources/
MAINTAINER= lioux@FreeBSD.org
COMMENT= xmps plugin for Win32 (TM) Codecs
-LIB_DEPENDS= xmps.0:${PORTSDIR}/graphics/xmps \
+LIB_DEPENDS= xmps.0:${PORTSDIR}/multimedia/xmps \
intl.4:${PORTSDIR}/devel/gettext
RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT}
diff --git a/www/plugger/Makefile b/www/plugger/Makefile
index 794ac0c4b08c..decee47cee4b 100644
--- a/www/plugger/Makefile
+++ b/www/plugger/Makefile
@@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} unix-sdk-3.0b5.tar.Z
MAINTAINER= coop9211@uidaho.edu
COMMENT= A multimedia front-end plugin for Mozilla or Opera
-RUN_DEPENDS= ${X11BASE}/bin/xanim:${PORTSDIR}/graphics/xanim \
+RUN_DEPENDS= ${X11BASE}/bin/xanim:${PORTSDIR}/multimedia/xanim \
${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++ \
${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 \
${LOCALBASE}/bin/wavplay:${PORTSDIR}/audio/wavplay \
@@ -55,7 +55,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/mplayer:${PORTSDIR}/multimedia/mplayer
.endif
.if defined(WITH_MTV)
-RUN_DEPENDS+= ${LOCALBASE}/bin/mtvp:${PORTSDIR}/graphics/mtv
+RUN_DEPENDS+= ${LOCALBASE}/bin/mtvp:${PORTSDIR}/multimedia/mtv
.endif
.if defined(WITH_GNOME2)
diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile
index d91b487f8910..e7c1d845e78b 100644
--- a/x11-toolkits/linux-f10-gtk/Makefile
+++ b/x11-toolkits/linux-f10-gtk/Makefile
@@ -2,7 +2,7 @@
# Date created: 8 April 2000
# Whom: sada@FreeBSD.org
# Based on: emulators/linux_base by marcel@FreeBSD.org
-# & graphics/xmovie by sanpei@sanpei.org
+# & multimedia/xmovie by sanpei@sanpei.org
#
# $FreeBSD$
#
diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile
index d91b487f8910..e7c1d845e78b 100644
--- a/x11-toolkits/linux-f8-gtk/Makefile
+++ b/x11-toolkits/linux-f8-gtk/Makefile
@@ -2,7 +2,7 @@
# Date created: 8 April 2000
# Whom: sada@FreeBSD.org
# Based on: emulators/linux_base by marcel@FreeBSD.org
-# & graphics/xmovie by sanpei@sanpei.org
+# & multimedia/xmovie by sanpei@sanpei.org
#
# $FreeBSD$
#
diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile
index d91b487f8910..e7c1d845e78b 100644
--- a/x11-toolkits/linux-gtk/Makefile
+++ b/x11-toolkits/linux-gtk/Makefile
@@ -2,7 +2,7 @@
# Date created: 8 April 2000
# Whom: sada@FreeBSD.org
# Based on: emulators/linux_base by marcel@FreeBSD.org
-# & graphics/xmovie by sanpei@sanpei.org
+# & multimedia/xmovie by sanpei@sanpei.org
#
# $FreeBSD$
#
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile
index 0f93ff06d452..62dc0a5bea9d 100644
--- a/x11/gnome2-fifth-toe/Makefile
+++ b/x11/gnome2-fifth-toe/Makefile
@@ -35,7 +35,7 @@ RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \
gnomemeeting:${PORTSDIR}/net/gnomemeeting2 \
gnome-font-viewer:${PORTSDIR}/x11-fonts/fontilus \
seahorse:${PORTSDIR}/security/seahorse \
- totem:${PORTSDIR}/graphics/totem \
+ totem:${PORTSDIR}/multimedia/totem \
sawfish:${PORTSDIR}/x11-wm/sawfish2 \
mrproject:${PORTSDIR}/deskutils/mrproject \
${X11BASE}/libexec/stickynotes_applet:${PORTSDIR}/misc/stickynotes_applet \