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 /multimedia/slideshow | |
parent | 2ecef0f2d9661a4765c4049d44dd84d23574c38c (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
Diffstat (limited to 'multimedia/slideshow')
-rw-r--r-- | multimedia/slideshow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |