From 7aaed0d960bcbf68a946c8dd91715d061477734c Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 22 Oct 2020 09:50:24 +0000 Subject: net/phetch: declare the use of c toolchain link --- net/phetch/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/phetch/Makefile b/net/phetch/Makefile index 92beaf0d055..a6463db36d3 100644 --- a/net/phetch/Makefile +++ b/net/phetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/10/03 12:05:28 pin Exp $ +# $NetBSD: Makefile,v 1.7 2020/10/22 09:50:24 pin Exp $ DISTNAME= phetch-1.0.7 CATEGORIES= net @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/xvxx/phetch/ COMMENT= Quick lil gopher client for your terminal LICENSE= mit +USE_LANGUAGES+= c # rust, but needs a toolchain to link + CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-0.1.7 CARGO_CRATE_DEPENDS+= bitflags-1.2.1 -- cgit v1.2.3