diff options
Diffstat (limited to 'multimedia/obs-text-pthread/Makefile')
-rw-r--r-- | multimedia/obs-text-pthread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/obs-text-pthread/Makefile b/multimedia/obs-text-pthread/Makefile index 4169ee3e8466..21a0eaf3c853 100644 --- a/multimedia/obs-text-pthread/Makefile +++ b/multimedia/obs-text-pthread/Makefile @@ -1,5 +1,5 @@ PORTNAME= obs-text-pthread -DISTVERSION= 2.0.5 +DISTVERSION= 2.0.7 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -9,6 +9,7 @@ WWW= https://github.com/norihiro/obs-text-pthread LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= simde>0:devel/simde LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libobs.so:multimedia/obs-studio \ libpng16.so:graphics/png |