diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-04 13:34:50 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-04 13:34:50 +0800 |
commit | 58924303f9ca3998a61a898f7d44ac0e9f50ac49 (patch) | |
tree | 79330b1f8138c299384f7058387b94abac371801 /multimedia/gstreamer-plugins80 | |
parent | 23eac63d170f79fb079d9eab0f85490271900366 (diff) | |
download | freebsd-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/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |