svn commit: r335255 - head/net-im/libpurple
Joe Marcus Clarke
marcus at FreeBSD.org
Sat Nov 30 01:24:20 UTC 2013
Author: marcus
Date: Sat Nov 30 01:24:19 2013
New Revision: 335255
URL: http://svnweb.freebsd.org/changeset/ports/335255
Log:
Fix the v4l2 GST plugin name. The gst_v4l2 is the port module name, not the
user-facing module name.
Reminded by: kwm
Modified:
head/net-im/libpurple/Makefile
Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile Sat Nov 30 01:00:22 2013 (r335254)
+++ head/net-im/libpurple/Makefile Sat Nov 30 01:24:19 2013 (r335255)
@@ -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
More information about the svn-ports-head
mailing list