diff options
author | pb <pb@FreeBSD.org> | 2006-12-28 19:19:26 +0800 |
---|---|---|
committer | pb <pb@FreeBSD.org> | 2006-12-28 19:19:26 +0800 |
commit | 9481a7f4d70af4a36f02e594ce2c1e70023862c9 (patch) | |
tree | 09f1d72524c5d8ed02a060f4732e1a316b87e9ec /multimedia/kino | |
parent | 30e1f230ca55e7b2f170729b790e08019fedebb1 (diff) | |
download | freebsd-ports-gnome-9481a7f4d70af4a36f02e594ce2c1e70023862c9.tar.gz freebsd-ports-gnome-9481a7f4d70af4a36f02e594ce2c1e70023862c9.tar.zst freebsd-ports-gnome-9481a7f4d70af4a36f02e594ce2c1e70023862c9.zip |
Add a dependency on multimedia/ffmpeg-devel to fix compilation error.
Diffstat (limited to 'multimedia/kino')
-rw-r--r-- | multimedia/kino/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index 59c01591979d..267b6cc64b65 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -15,10 +15,10 @@ MAINTAINER= pb@FreeBSD.org COMMENT= A DV non-linear video editor LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv \ + avcodec.1:$(PORTSDIR)/multimedia/ffmpeg-devel \ Magick.10:${PORTSDIR}/graphics/ImageMagick \ samplerate.1:${PORTSDIR}/audio/libsamplerate -RUN_DEPENDS= ffmpeg:${PORTSDIR}/multimedia/ffmpeg \ - mencoder:${PORTSDIR}/multimedia/mplayer \ +RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mplayer \ mplex:${PORTSDIR}/multimedia/mjpegtools OPTIONS= QUICKTIME "With Quicktime support" off |