aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2021-11-18 04:09:20 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2021-11-18 22:04:32 +0000
commite4f31ebae421a3c46ca73f6f2c9be78ba9d61568 (patch)
tree613602200a61db6c017a2eee1015157f612e063a
parente9cf3e33b29f9efe3bcf55b1cfebf36e661578eb (diff)
downloadports-e4f31ebae421a3c46ca73f6f2c9be78ba9d61568.tar.gz
ports-e4f31ebae421a3c46ca73f6f2c9be78ba9d61568.zip
net-im/tg_owt: fix dependencies
- Don't depend on audio backends, as their build is not disabled - Explicitly depend on libXtst PR: 257889 PR: 259182
-rw-r--r--net-im/tg_owt/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile
index 3ffdd6ce9b02..59af87be0471 100644
--- a/net-im/tg_owt/Makefile
+++ b/net-im/tg_owt/Makefile
@@ -2,6 +2,7 @@
PORTNAME= tg_owt
PORTVERSION= 0.0.20211021
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= glebius@FreeBSD.org
@@ -10,9 +11,7 @@ COMMENT= Webrtc library used by telegram-desktop
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= alsa-lib>0:audio/alsa-lib \
- pulseaudio>0:audio/pulseaudio \
- v4l_compat>0:multimedia/v4l_compat \
+BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat \
yasm:devel/yasm
LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
libevent.so:devel/libevent \
@@ -23,7 +22,7 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
libvpx.so:multimedia/libvpx
USES= cmake pkgconfig xorg
-USE_XORG= x11 xcomposite xdamage xrender xrandr
+USE_XORG= x11 xcomposite xdamage xrender xrandr xtst
USE_GITHUB= yes
GH_ACCOUNT= desktop-app
GH_TAGNAME= d578c76