pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/phetch



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Oct 22 09:50:24 UTC 2020

Modified Files:
        pkgsrc/net/phetch: Makefile

Log Message:
net/phetch: declare the use of c toolchain link


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/phetch/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/phetch/Makefile
diff -u pkgsrc/net/phetch/Makefile:1.6 pkgsrc/net/phetch/Makefile:1.7
--- pkgsrc/net/phetch/Makefile:1.6      Sat Oct  3 12:05:28 2020
+++ pkgsrc/net/phetch/Makefile  Thu Oct 22 09:50:24 2020
@@ -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



Home | Main Index | Thread Index | Old Index