git: 7ec92a0bbfd9 - 2024Q3 - graphics/openshadinglanguage: return accidentally deleted USES=llvm:lib
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Jul 2024 17:25:54 UTC
The branch 2024Q3 has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7ec92a0bbfd9be800103f39db0b3e71f6927f9af
commit 7ec92a0bbfd9be800103f39db0b3e71f6927f9af
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:25:28 +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
(cherry picked from commit 38034248fe1b1dbd5fe4ff687b71b646612e9140)
---
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= AcademySoftwareFoundation