summaryrefslogtreecommitdiff
path: root/multimedia/obs-studio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/obs-studio/Makefile')
-rw-r--r--multimedia/obs-studio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile
index d072345702af..1fdf43c96edc 100644
--- a/multimedia/obs-studio/Makefile
+++ b/multimedia/obs-studio/Makefile
@@ -2,7 +2,7 @@
PORTNAME= obs-studio
DISTVERSION= 25.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -69,5 +69,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/UI/obs-frontend-api/obs-frontend-api.h ${STAGEDIR}${PREFIX}/include/obs
# https://github.com/obsproject/obs-studio/issues/2647 (only for multimedia/obs-audio-spectralizer, should be removed later)
${INSTALL_DATA} ${WRKSRC}/cmake/Modules/ObsHelpers.cmake ${STAGEDIR}${PREFIX}/lib/cmake
+ ${INSTALL_DATA} ${WRKSRC}/cmake/external/ObsPluginHelpers.cmake ${STAGEDIR}${PREFIX}/lib/cmake
.include <bsd.port.post.mk>