aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2022-05-01 18:54:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2022-05-01 18:55:27 +0000
commit4d3a301d949328a7284dfdd922833d5b60bf5fd6 (patch)
tree28b2397e18990a0d1afc48ce35c53f6ee73c0927
parentef44baaf63ffd933b54c4f7eea78031be2d6461e (diff)
downloadports-4d3a301d949328a7284dfdd922833d5b60bf5fd6.tar.gz
ports-4d3a301d949328a7284dfdd922833d5b60bf5fd6.zip
net-im/libpurple: Revert gstreamer reversion
My commit and Tobias' crossed like ships in the night.
-rw-r--r--net-im/libpurple/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index c07cd12c6c87..fb7118836367 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.14.9
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}
@@ -129,14 +129,15 @@ PLIST_SUB+= EVO="@comment not installed: "
.endif
.if ${PORT_OPTIONS:MGSTREAMER}
-USE_GSTREAMER1+=core good
+USES+= gstreamer
+USE_GSTREAMER+=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_GSTREAMER1+=v4l2
+USE_GSTREAMER+=v4l2
PLIST_SUB+= VV=""
.else
CONFIGURE_ARGS+=--disable-vv