aboutsummaryrefslogtreecommitdiff
path: root/net-im/libpurple
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2016-12-23 23:15:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2016-12-23 23:15:59 +0000
commit92f1c0db39ef6415c7d0ab7f0e0b2267860d8c95 (patch)
treed10909f769aa9c87ba27be70a643d9534457ea20 /net-im/libpurple
parent78d09b844f6d03fbec84904582a17d73652be787 (diff)
downloadports-92f1c0db39ef6415c7d0ab7f0e0b2267860d8c95.tar.gz
ports-92f1c0db39ef6415c7d0ab7f0e0b2267860d8c95.zip
Switch GStreamer dependency to Gst1.
PR: 213892 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
Notes
Notes: svn path=/head/; revision=429291
Diffstat (limited to 'net-im/libpurple')
-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 4b0faf360e67..ed55c4d14900 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