diff options
author | wg <wg@FreeBSD.org> | 2013-10-22 01:37:43 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-22 01:37:43 +0800 |
commit | 77a20214d27947c1d51876893d100ec4347055b7 (patch) | |
tree | f15fdc23cd9e9ef1e36c9f2e31412dc121c64ec7 /multimedia/kdenlive | |
parent | 63558088768a1075a160f9aa8ae9d73e918cc817 (diff) | |
download | freebsd-ports-gnome-77a20214d27947c1d51876893d100ec4347055b7.tar.gz freebsd-ports-gnome-77a20214d27947c1d51876893d100ec4347055b7.tar.zst freebsd-ports-gnome-77a20214d27947c1d51876893d100ec4347055b7.zip |
multimedia/mlt,kdenlive: unset FFMPEG_SUFX
- Unset FFMPEG_SUFX to use ffmpeg-2
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'multimedia/kdenlive')
-rw-r--r-- | multimedia/kdenlive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index 3a6366864806..0f2642f4a243 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -2,7 +2,7 @@ PORTNAME= kdenlive PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src/ @@ -25,7 +25,7 @@ USE_BZIP2= yes CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}" # Keep in sync with multimedia/mlt, possibly. -FFMPEG_SUFX= 1 +FFMPEG_SUFX= MAN1= kdenlive.1 kdenlive_render.1 |