Date: Thu, 4 Jul 2024 17:24:38 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 38034248fe1b - main - graphics/openshadinglanguage: return accidentally deleted USES=llvm:lib Message-ID: <202407041724.464HOcgh084744@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=38034248fe1b1dbd5fe4ff687b71b646612e9140 commit 38034248fe1b1dbd5fe4ff687b71b646612e9140 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-07-04 17:20:31 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-04 17:20:31 +0000 graphics/openshadinglanguage: return accidentally deleted USES=llvm:lib PR: 279846 Reported by: fluffy (via IRC) Fixes: cfcb40e24056 (update 1.12.14.0 → 1.13.10.0) MFH: 2024Q3 --- graphics/openshadinglanguage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index e7b9cbed0f71..7c870e1f140f 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpartio.so:graphics/partio \ libpugixml.so:textproc/pugixml -USES= bison cmake compiler:c++17-lang localbase ncurses +USES= bison cmake compiler:c++17-lang llvm:lib localbase ncurses USE_GITHUB= yes GH_ACCOUNT= AcademySoftwareFoundationhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407041724.464HOcgh084744>
