aboutsummaryrefslogtreecommitdiff
path: root/net-im/libpurple
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2016-01-06 18:45:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2016-01-06 18:45:05 +0000
commite82088ce78301cd11f93ce2b4ddfc3b6c24b4418 (patch)
treeca806f5de1bfd77be0e90f228995ec2c77bb1e70 /net-im/libpurple
parent9886763535e6a3bb4e9bd22c372598c61c8f1489 (diff)
downloadports-e82088ce78301cd11f93ce2b4ddfc3b6c24b4418.tar.gz
ports-e82088ce78301cd11f93ce2b4ddfc3b6c24b4418.zip
Change the VV dependency to net-im/farstream to fix the build on clean
systems. PR: 205947
Notes
Notes: svn path=/head/; revision=405384
Diffstat (limited to 'net-im/libpurple')
-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