summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2016-12-23 23:15:59 +0000
committermarcus <marcus@FreeBSD.org>2016-12-23 23:15:59 +0000
commitcda7908bec34c76819661e7f7e242ddda50b8c2f (patch)
treed10909f769aa9c87ba27be70a643d9534457ea20
parent523449e269c5b508c7c863545e09efbc8c50b2b0 (diff)
downloadFreeBSD-ports-cda7908bec34c76819661e7f7e242ddda50b8c2f.zip
FreeBSD-ports-cda7908bec34c76819661e7f7e242ddda50b8c2f.tar.gz
Switch GStreamer dependency to Gst1.
PR: 213892 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
-rw-r--r--net-im/libpurple/Makefile6
1 files 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
OpenPOWER on IntegriCloud