diff options
| author | Gleb Popov <arrowd@FreeBSD.org> | 2025-09-27 13:03:00 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-09-27 17:02:49 +0000 |
| commit | 36cbd93f4433ec5ed30dd108a92e3494c06cc641 (patch) | |
| tree | cd515c20fd012fbc7d44a4ed81f8e4160d03b74c | |
| parent | 7bf83cefeff94731598e52a00023d971c77ac90b (diff) | |
lang/dotnet8: Remove useless USES=nodejs
| -rw-r--r-- | lang/dotnet8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/dotnet8/Makefile b/lang/dotnet8/Makefile index 63a9e9228f7a..f932757d464a 100644 --- a/lang/dotnet8/Makefile +++ b/lang/dotnet8/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ RUN_DEPENDS= terminfo-db>0:misc/terminfo-db \ dotnet:lang/dotnet-host -USES= autoreconf:build gssapi:mit llvm:noexport nodejs pkgconfig \ +USES= autoreconf:build gssapi:mit llvm:noexport pkgconfig \ python:build,3.9+ shebangfix ssl USE_GITHUB= yes |
