diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2012-12-12 04:54:22 +0800 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2012-12-12 04:54:22 +0800 |
commit | 7c29ed9db4c66436c3f98b097e464d02078a2d08 (patch) | |
tree | d88a5f63a459734314f6fb890ffbe74b2b209d2a /multimedia | |
parent | cbd721477d470001267fc854bd4867de732811da (diff) | |
download | freebsd-ports-gnome-7c29ed9db4c66436c3f98b097e464d02078a2d08.tar.gz freebsd-ports-gnome-7c29ed9db4c66436c3f98b097e464d02078a2d08.tar.zst freebsd-ports-gnome-7c29ed9db4c66436c3f98b097e464d02078a2d08.zip |
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
Diffstat (limited to 'multimedia')
-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 7769540af203..201a3b107937 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -7,7 +7,7 @@ PORTNAME= kino PORTVERSION= 1.3.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A DV non-linear video editor LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv \ - MagickWand.5:${PORTSDIR}/graphics/ImageMagick \ + MagickWand:${PORTSDIR}/graphics/ImageMagick \ samplerate.1:${PORTSDIR}/audio/libsamplerate RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder \ mplex:${PORTSDIR}/multimedia/mjpegtools |