aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2016-01-07 02:45:05 +0800
committermarcus <marcus@FreeBSD.org>2016-01-07 02:45:05 +0800
commitf7386ff0479cc7a8115a6d21ecb31bb81be47610 (patch)
treeca806f5de1bfd77be0e90f228995ec2c77bb1e70 /net-im
parentef9130c1df10b898608b2a4cd109718fa5d172ec (diff)
downloadfreebsd-ports-gnome-f7386ff0479cc7a8115a6d21ecb31bb81be47610.tar.gz
freebsd-ports-gnome-f7386ff0479cc7a8115a6d21ecb31bb81be47610.tar.zst
freebsd-ports-gnome-f7386ff0479cc7a8115a6d21ecb31bb81be47610.zip
Change the VV dependency to net-im/farstream to fix the build on clean
systems. PR: 205947
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libpurple/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 06fdc6b305ae..eb348fc7b036 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.10.12
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}
@@ -146,7 +146,7 @@ CONFIGURE_ARGS+=--disable-gstreamer
.endif
.if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER}
-LIB_DEPENDS+= libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2
+LIB_DEPENDS+= libfarstream-0.2.so:${PORTSDIR}/net-im/farstream
USE_GSTREAMER+= v4l2
PLIST_SUB+= VV=""
.else