pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nostui



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 28 21:37:00 UTC 2024

Modified Files:
        pkgsrc/net/nostui: Makefile

Log Message:
nostui: add tool dependency on git to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/nostui/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/nostui/Makefile
diff -u pkgsrc/net/nostui/Makefile:1.1 pkgsrc/net/nostui/Makefile:1.2
--- pkgsrc/net/nostui/Makefile:1.1      Sat Jan 20 06:57:39 2024
+++ pkgsrc/net/nostui/Makefile  Thu Mar 28 21:37:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/01/20 06:57:39 pin Exp $
+# $NetBSD: Makefile,v 1.2 2024/03/28 21:37:00 wiz Exp $
 
 DISTNAME=      nostui-0.1.0
 CATEGORIES=    net
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/akiomik/nos
 COMMENT=       TUI client for Nostr
 LICENSE=       mit
 
+TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
+
 .include "cargo-depends.mk"
 
 .include "../../lang/rust/cargo.mk"



Home | Main Index | Thread Index | Old Index