aboutsummaryrefslogtreecommitdiff
path: root/multimedia/kino
diff options
context:
space:
mode:
authorPierre Beyssac <pb@FreeBSD.org>2009-02-01 11:42:06 +0000
committerPierre Beyssac <pb@FreeBSD.org>2009-02-01 11:42:06 +0000
commitc4d775805abbaaa1f4e97aa69245f54a8e85b22c (patch)
tree39d7f19c82cf176aee754637f8c228bff57bb967 /multimedia/kino
parent6be6b0ed87e0c3750a03421514699c1a03877ffd (diff)
downloadports-c4d775805abbaaa1f4e97aa69245f54a8e85b22c.tar.gz
ports-c4d775805abbaaa1f4e97aa69245f54a8e85b22c.zip
Notes
Diffstat (limited to 'multimedia/kino')
-rw-r--r--multimedia/kino/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile
index 320454eb89cd..b61123774900 100644
--- a/multimedia/kino/Makefile
+++ b/multimedia/kino/Makefile
@@ -52,9 +52,9 @@ CONFIGURE_ARGS+= --enable-quicktime
.if defined(WITH_FFMPEG_KINO)
PLIST_SUB+= FFMPEG_KINO=""
.else
-CONFIGURE_ARGS+= --disable-local-ffmpeg
+CONFIGURE_ARGS+= --disable-local-ffmpeg
PLIST_SUB+= FFMPEG_KINO="@comment "
-LIB_DEPENDS+= avcodec.1:$(PORTSDIR)/multimedia/ffmpeg
+LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
.endif
.include <bsd.port.post.mk>