1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Change the VV dependency to net-im/farstream to fix the build on clean

systems.

PR:		205947
This commit is contained in:
Joe Marcus Clarke 2016-01-06 18:45:05 +00:00
parent 9886763535
commit e82088ce78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405384

View File

@ -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