Date: Sat, 30 Nov 2013 01:24:19 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335255 - head/net-im/libpurple Message-ID: <201311300124.rAU1OJm2003405@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311300124.rAU1OJm2003405>