aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-05-08 21:43:21 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-05-08 21:43:21 +0000
commit4c23fcb34a62d36a81acaf7bbe7a292acf4baa47 (patch)
treee0670714382eedaba3b3c91126c9e68a93ce6877
parentd2a49cc7bbc4707393bc1a2f946c53b2c86c66d6 (diff)
downloadports-4c23fcb34a62d36a81acaf7bbe7a292acf4baa47.tar.gz
ports-4c23fcb34a62d36a81acaf7bbe7a292acf4baa47.zip
Notes
-rw-r--r--multimedia/kdenlive/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile
index 190910316d50..5e59e38030b3 100644
--- a/multimedia/kdenlive/Makefile
+++ b/multimedia/kdenlive/Makefile
@@ -6,6 +6,7 @@
PORTNAME= kdenlive
PORTVERSION= 0.7.3
+PORTREVISION= 1
CATEGORIES= multimedia kde
MASTER_SITES= SFE
@@ -29,11 +30,16 @@ PORTDOCS= AUTHORS COPYING INSTALL README
MAN1= kdenlive.1 kdenlive_render.1
-OPTIONS= LADSPA "Install LADSPA plugins" on \
+OPTIONS= FREI0R "Install Frei0r plugins" on \
+ LADSPA "Install LADSPA plugins" on \
SCREENGRAB "Screen capture with recordMyDesktop" on
.include <bsd.port.pre.mk>
+.ifdef(WITH_FREI0R)
+RUN_DEPENDS+= frei0r>=1.1.22:${PORTSDIR}/graphics/frei0r
+.endif
+
.ifdef(WITH_LADSPA)
RUN_DEPENDS+= swhplugins>=0:${PORTSDIR}/audio/swhplugins
.endif