diff options
Diffstat (limited to 'multimedia/obs-studio/Makefile')
-rw-r--r-- | multimedia/obs-studio/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index c6e704e5a829..f1b8192f82df 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -2,10 +2,12 @@ PORTNAME= obs-studio DISTVERSION= 22.0.3 -PORTREVISION= 2 -PORTSREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 5cf2b5fbf925412620e2a40552d6348203851cb3.patch:-p1 # obs-libfdk: Compatibility fix for new API + MAINTAINER= yuri@FreeBSD.org COMMENT= Open source streaming/recording software |