pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/kiro-editor



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Oct 30 21:05:03 UTC 2020

Modified Files:
        pkgsrc/editors/kiro-editor: Makefile

Log Message:
editors/kiro-editor: fix build

http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20201028.2132/kiro-editor-0.4.0/build.log

Thanks, @nia


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/kiro-editor/Makefile

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

Modified files:

Index: pkgsrc/editors/kiro-editor/Makefile
diff -u pkgsrc/editors/kiro-editor/Makefile:1.1 pkgsrc/editors/kiro-editor/Makefile:1.2
--- pkgsrc/editors/kiro-editor/Makefile:1.1     Fri Oct 23 20:50:16 2020
+++ pkgsrc/editors/kiro-editor/Makefile Fri Oct 30 21:05:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/10/23 20:50:16 pin Exp $
+# $NetBSD: Makefile,v 1.2 2020/10/30 21:05:03 pin Exp $
 
 DISTNAME=      kiro-editor-0.4.0
 CATEGORIES=    editors
@@ -13,6 +13,7 @@ LICENSE=      mit
 .include "cargo-depends.mk"
 
 USE_LANGUAGES+=        c c++ # rust, but needs a toolchain to link
+USE_TOOLS+=    gmake
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index