diff options
author | pin <pin@pkgsrc.org> | 2020-10-22 09:50:24 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-10-22 09:50:24 +0000 |
commit | 7aaed0d960bcbf68a946c8dd91715d061477734c (patch) | |
tree | 883f124e6e5061d2c8009b7ef1914c0df7869dda | |
parent | 273a507cc271b671662fd392f753a28734a7f4fe (diff) | |
download | pkgsrc-7aaed0d960bcbf68a946c8dd91715d061477734c.tar.gz |
net/phetch: declare the use of c toolchain link
-rw-r--r-- | net/phetch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |