diff options
-rw-r--r-- | multimedia/kdenlive/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mlt/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index d6ebeba4d17d..eaa751664ed3 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -2,7 +2,7 @@ PORTNAME= mlt PORTVERSION= 0.9.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -66,7 +66,7 @@ PLIST_SUB+= DV="@comment " .endif .if ${PORT_OPTIONS:MFFMPEG} || ${PORT_OPTIONS:MVDPAU} -FFMPEG_SUFX= 1 +FFMPEG_SUFX= LIB_DEPENDS+= avformat${FFMPEG_SUFX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFX} CONFIGURE_ARGS+=--enable-avformat --avformat-swscale \ --avformat-suffix="${FFMPEG_SUFX}" |