git: c274364c4dcb - main - x11-fonts/ots: Update BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 May 2023 16:13:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c274364c4dcb3e7f14ca8cea27c07464f6898bbc commit c274364c4dcb3e7f14ca8cea27c07464f6898bbc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-07 16:03:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-07 16:03:36 +0000 x11-fonts/ots: Update BUILD_DEPENDS --- x11-fonts/ots/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-fonts/ots/Makefile b/x11-fonts/ots/Makefile index 2b2cc1c08480..3c09669085d3 100644 --- a/x11-fonts/ots/Makefile +++ b/x11-fonts/ots/Makefile @@ -10,7 +10,11 @@ WWW= https://github.com/khaledhosny/ots LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= meson>=0.55.2:devel/meson +BUILD_DEPENDS= brotli>=1.0.9:archivers/brotli \ + freetype2>=2.12.1:print/freetype2 \ + googletest>=1.11.0:devel/googletest \ + liblz4>=1.9.4:archivers/liblz4 \ + woff2>=1.0.2:devel/woff2 LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libfreetype.so:print/freetype2 \ libgtest.so:devel/googletest \ @@ -18,9 +22,9 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libwoff2dec.so:devel/woff2 USES= compiler:c++14-lang meson pkgconfig tar:xz -USE_CXXSTD= c++14 # googletest 1.13 MESON_ARGS= --default-library=both -Ddebug=false -Dgraphite=true +USE_CXXSTD= c++14 PLIST_SUB= PORTVERSION=${PORTVERSION}