diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 05:34:50 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 05:34:50 +0000 |
commit | 328b6db7856f09b9301c8c249b9ff065487c6879 (patch) | |
tree | 354194302f643777f9dfd67bb473f0614ae46fd2 /graphics/flip | |
parent | Update 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)
Diffstat (limited to 'graphics/flip')
-rw-r--r-- | graphics/flip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |