pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/onefetch



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Oct 28 10:15:37 UTC 2022

Modified Files:
        pkgsrc/sysutils/onefetch: Makefile

Log Message:
sysutils/onefetch: fix broken build


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/onefetch/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/onefetch/Makefile
diff -u pkgsrc/sysutils/onefetch/Makefile:1.16 pkgsrc/sysutils/onefetch/Makefile:1.17
--- pkgsrc/sysutils/onefetch/Makefile:1.16      Sun Oct 23 07:12:34 2022
+++ pkgsrc/sysutils/onefetch/Makefile   Fri Oct 28 10:15:37 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/10/23 07:12:34 pin Exp $
+# $NetBSD: Makefile,v 1.17 2022/10/28 10:15:37 pin Exp $
 
 DISTNAME=      onefetch-2.13.1
 CATEGORIES=    sysutils
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/o2sh/onefet
 COMMENT=       Git repository summary on your terminal
 LICENSE=       mit
 
+BUILD_DEPENDS+=        cmake-[0-9]*:../../devel/cmake
+
 .include "cargo-depends.mk"
 
 USE_TOOLS+=            pkg-config



Home | Main Index | Thread Index | Old Index