git: 18c0488eb51b - main - net-im/tg_owt: unbreak build after 171cdaf295e37c781f9a4999b05ea74da0bcd0f0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Apr 2024 16:13:37 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=18c0488eb51b6319bcf7b7b36624d1ea2148e823 commit 18c0488eb51b6319bcf7b7b36624d1ea2148e823 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-04-22 12:25:15 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-04-22 12:28:45 +0000 net-im/tg_owt: unbreak build after 171cdaf295e37c781f9a4999b05ea74da0bcd0f0 mesa-libs is no more rely on libOpenGL.so, declare direct dependency via USE_GL --- net-im/tg_owt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile index 6075642a372f..20a16179dc7f 100644 --- a/net-im/tg_owt/Makefile +++ b/net-im/tg_owt/Makefile @@ -1,5 +1,6 @@ PORTNAME= tg_owt PORTVERSION= 0.0.20231221 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org @@ -18,7 +19,7 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ USES= cmake gl pkgconfig xorg USE_XORG= x11 xcomposite xdamage xrender xrandr xtst -USE_GL= gbm +USE_GL= gbm gl USE_GITHUB= yes GH_ACCOUNT= desktop-app GH_TAGNAME= afd9d5d