aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mlt
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-10-21 17:37:43 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-10-21 17:37:43 +0000
commita363abfaed96d194eecd68de7e1b583bd4c5edcc (patch)
treef15fdc23cd9e9ef1e36c9f2e31412dc121c64ec7 /multimedia/mlt
parentcad82980d8b8ee6c1c1907dd30d7969ec78cc7e8 (diff)
downloadports-a363abfaed96d194eecd68de7e1b583bd4c5edcc.tar.gz
ports-a363abfaed96d194eecd68de7e1b583bd4c5edcc.zip
Notes
Diffstat (limited to 'multimedia/mlt')
-rw-r--r--multimedia/mlt/Makefile4
1 files changed, 2 insertions, 2 deletions
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}"