pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gitui



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 23 20:29:13 UTC 2025

Modified Files:
        pkgsrc/devel/gitui: Makefile

Log Message:
gitui: add missing cmake dependency


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/gitui/Makefile

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

Modified files:

Index: pkgsrc/devel/gitui/Makefile
diff -u pkgsrc/devel/gitui/Makefile:1.16 pkgsrc/devel/gitui/Makefile:1.17
--- pkgsrc/devel/gitui/Makefile:1.16    Wed Jan 15 21:19:09 2025
+++ pkgsrc/devel/gitui/Makefile Thu Jan 23 20:29:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/01/15 21:19:09 pin Exp $
+# $NetBSD: Makefile,v 1.17 2025/01/23 20:29:12 wiz Exp $
 
 DISTNAME=      gitui-0.27.0
 CATEGORIES=    devel
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/extrawurst/
 COMMENT=       Terminal UI for git
 LICENSE=       mit
 
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 
 .include "cargo-depends.mk"



Home | Main Index | Thread Index | Old Index