git: 46e8fd24d0cd - main - lang/antimony: fix run depends
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 09:47:20 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=46e8fd24d0cd96670e01e026a58af64fe897ca6a commit 46e8fd24d0cd96670e01e026a58af64fe897ca6a Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-08 09:46:45 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-08 09:46:45 +0000 lang/antimony: fix run depends --- lang/antimony/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lang/antimony/Makefile b/lang/antimony/Makefile index 43e6e5c481d2..8ff33a793609 100644 --- a/lang/antimony/Makefile +++ b/lang/antimony/Makefile @@ -11,9 +11,7 @@ WWW= https://antimony-lang.github.io/antimony/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= node:www/node - -USES= cargo +USES= cargo nodejs:run USE_GITHUB= yes GH_ACCOUNT= antimony-lang