svn commit: r405384 - head/net-im/libpurple

Joe Marcus Clarke marcus at FreeBSD.org
Wed Jan 6 18:45:06 UTC 2016


Author: marcus
Date: Wed Jan  6 18:45:05 2016
New Revision: 405384
URL: https://svnweb.freebsd.org/changeset/ports/405384

Log:
  Change the VV dependency to net-im/farstream to fix the build on clean
  systems.
  
  PR:		205947

Modified:
  head/net-im/libpurple/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Wed Jan  6 18:26:32 2016	(r405383)
+++ head/net-im/libpurple/Makefile	Wed Jan  6 18:45:05 2016	(r405384)
@@ -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


More information about the svn-ports-all mailing list