From cda7908bec34c76819661e7f7e242ddda50b8c2f Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 23 Dec 2016 23:15:59 +0000 Subject: Switch GStreamer dependency to Gst1. PR: 213892 Submitted by: Matthieu Volat --- net-im/libpurple/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 4b0faf3..ed55c4d 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -3,7 +3,7 @@ PORTNAME?= libpurple PORTVERSION= 2.11.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} @@ -137,14 +137,14 @@ PLIST_SUB+= EVO="@comment not installed: " #.endif .if ${PORT_OPTIONS:MGSTREAMER} -USE_GSTREAMER+= core good +USE_GSTREAMER1+=core good .else CONFIGURE_ARGS+=--disable-gstreamer .endif .if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER} LIB_DEPENDS+= libfarstream-0.2.so:net-im/farstream -USE_GSTREAMER+= v4l2 +USE_GSTREAMER1+=v4l2 PLIST_SUB+= VV="" .else CONFIGURE_ARGS+=--disable-vv -- cgit v1.1