pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/starship shells/starship: fix broken build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e675692a1b5
branches:  trunk
changeset: 385472:4e675692a1b5
user:      pin <pin%pkgsrc.org@localhost>
date:      Sun Sep 18 09:47:08 2022 +0000

description:
shells/starship: fix broken build

Add cmake build dep, reported by wiz@

diffstat:

 shells/starship/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a61b5ddc0203 -r 4e675692a1b5 shells/starship/Makefile
--- a/shells/starship/Makefile  Sun Sep 18 09:39:01 2022 +0000
+++ b/shells/starship/Makefile  Sun Sep 18 09:47:08 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/09/10 16:13:39 pin Exp $
+# $NetBSD: Makefile,v 1.18 2022/09/18 09:47:08 pin Exp $
 
 DISTNAME=      starship-1.10.3
 CATEGORIES=    shells
@@ -10,6 +10,7 @@
 COMMENT=       Fast, customizable cross-shell prompt
 LICENSE=       isc
 
+BUILD_DEPENDS+=                cmake-[0-9]*:../../devel/cmake
 # The libc and rust-battery crates currently have limited platform support
 ONLY_FOR_PLATFORM=     Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*
 



Home | Main Index | Thread Index | Old Index