diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2013-11-30 01:24:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2013-11-30 01:24:19 +0000 |
commit | acdfb428ca96f1cdd665c5073925cafe3ff4e7a5 (patch) | |
tree | 0408d7dd36ce0abead9c27bf59ca3a76314a76ea /net-im/libpurple/Makefile | |
parent | c0fbe0ea2ed6ccec56ffdc1d1571734117c9229a (diff) | |
download | ports-acdfb428ca96f1cdd665c5073925cafe3ff4e7a5.tar.gz ports-acdfb428ca96f1cdd665c5073925cafe3ff4e7a5.zip |
Fix the v4l2 GST plugin name. The gst_v4l2 is the port module name, not the
user-facing module name.
Reminded by: kwm
Notes
Notes:
svn path=/head/; revision=335255
Diffstat (limited to 'net-im/libpurple/Makefile')
-rw-r--r-- | net-im/libpurple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 3e89b0488503..e6e779188f45 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -119,7 +119,7 @@ CONFIGURE_ARGS+=--disable-gstreamer .if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER} LIB_DEPENDS+= gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2 -USE_GSTREAMER+= gst_v4l2 +USE_GSTREAMER+= v4l2 PLIST_SUB+= VV="" .else CONFIGURE_ARGS+=--disable-vv |