pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/macchina



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Nov  1 16:37:35 UTC 2024

Modified Files:
        pkgsrc/sysutils/macchina: Makefile

Log Message:
sysutils/macchina: git is TOOL_DEPENDS

git is only needed to fetch the git-submodules,
it's not a runtime dependency, fix this.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/sysutils/macchina/Makefile

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

Modified files:

Index: pkgsrc/sysutils/macchina/Makefile
diff -u pkgsrc/sysutils/macchina/Makefile:1.54 pkgsrc/sysutils/macchina/Makefile:1.55
--- pkgsrc/sysutils/macchina/Makefile:1.54      Tue Oct 29 21:04:20 2024
+++ pkgsrc/sysutils/macchina/Makefile   Fri Nov  1 16:37:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2024/10/29 21:04:20 pin Exp $
+# $NetBSD: Makefile,v 1.55 2024/11/01 16:37:35 pin Exp $
 
 DISTNAME=      macchina-6.3.1
 CATEGORIES=    sysutils
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/Macchina-CL
 COMMENT=       System information frontend with emphasis on performance
 LICENSE=       mit
 
-DEPENDS+=      git-base-[0-9]*:../../devel/git-base
+TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 
 GITHUB_SUBMODULES+=    Macchina-CLI    color-to-tui    9a1b684d92cc64994889e100575e38316a68670b        vendor/color-to-tui
 GITHUB_SUBMODULES+=    Macchina-CLI    ansi-to-tui     950d68067ed8c7f74469eb2fd996e04e1b931481        vendor/ansi-to-tui



Home | Main Index | Thread Index | Old Index