pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/starship



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Sep 18 09:47:08 UTC 2022

Modified Files:
        pkgsrc/shells/starship: Makefile

Log Message:
shells/starship: fix broken build

Add cmake build dep, reported by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/shells/starship/Makefile

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

Modified files:

Index: pkgsrc/shells/starship/Makefile
diff -u pkgsrc/shells/starship/Makefile:1.17 pkgsrc/shells/starship/Makefile:1.18
--- pkgsrc/shells/starship/Makefile:1.17        Sat Sep 10 16:13:39 2022
+++ pkgsrc/shells/starship/Makefile     Sun Sep 18 09:47:08 2022
@@ -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 @@ HOMEPAGE=     https://github.com/starship/st
 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