diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-22 15:43:32 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-22 15:58:25 +0000 |
commit | b5383faefffaebd6e2b9ab530df358f26044fd80 (patch) | |
tree | 10aa7efe8fc4acc100fed792a967ea377c6177bf /multimedia/obs-studio/Makefile | |
parent | 2632a7cc081de6e59b0dee525eb2de9b6bddde31 (diff) | |
download | ports-b5383faefffaebd6e2b9ab530df358f26044fd80.tar.gz ports-b5383faefffaebd6e2b9ab530df358f26044fd80.zip |
Diffstat (limited to 'multimedia/obs-studio/Makefile')
-rw-r--r-- | multimedia/obs-studio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index f964f37e920f..2c9436cab492 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -1,6 +1,5 @@ PORTNAME= obs-studio -DISTVERSION= 27.0.1 -PORTREVISION= 4 +DISTVERSION= 27.1.3 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -43,7 +42,7 @@ LIB_DEPENDS_powerpc64le= libluajit-5.1.so:lang/luajit-openresty USES= cmake compiler:c++17-lang gl gnome lua pkgconfig python:3.4+ \ qt:5 xorg -USE_QT= core gui svg widgets x11extras xml buildtools_build imageformats_run qmake_build +USE_QT= core gui network svg widgets x11extras xml buildtools_build imageformats_run qmake_build USE_GNOME= glib20 USE_GL= gl USE_XORG= ice sm x11 xcb xcomposite xext xfixes xinerama xrandr |