Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2023 09:47:20 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 46e8fd24d0cd - main - lang/antimony: fix run depends
Message-ID:  <202302080947.3189lKQH095409@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302080947.3189lKQH095409>