aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/kino
diff options
context:
space:
mode:
authorpb <pb@FreeBSD.org>2009-02-01 19:42:06 +0800
committerpb <pb@FreeBSD.org>2009-02-01 19:42:06 +0800
commitf0421bc29f14a22607acffcf052a25fa4fe3df79 (patch)
treee898b3d30327e6419b1a8dea07ce186c1964ed63 /multimedia/kino
parentf5972382cd6b879d601812ed0f57daaa14fcf6e9 (diff)
downloadfreebsd-ports-gnome-f0421bc29f14a22607acffcf052a25fa4fe3df79.tar.gz
freebsd-ports-gnome-f0421bc29f14a22607acffcf052a25fa4fe3df79.tar.zst
freebsd-ports-gnome-f0421bc29f14a22607acffcf052a25fa4fe3df79.zip
Fix some portlint warnings.
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>