pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/rex



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Jan 15 09:33:10 UTC 2026

Modified Files:
        pkgsrc/finance/rex: Makefile

Log Message:
rex: needs cmake

Thanks to @wiz


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/finance/rex/Makefile

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

Modified files:

Index: pkgsrc/finance/rex/Makefile
diff -u pkgsrc/finance/rex/Makefile:1.26 pkgsrc/finance/rex/Makefile:1.27
--- pkgsrc/finance/rex/Makefile:1.26    Mon Jan 12 11:54:47 2026
+++ pkgsrc/finance/rex/Makefile Thu Jan 15 09:33:10 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2026/01/12 11:54:47 pin Exp $
+# $NetBSD: Makefile,v 1.27 2026/01/15 09:33:10 pin Exp $
 
 DISTNAME=      rex-0.2.4
 CATEGORIES=    finance
@@ -11,11 +11,14 @@ HOMEPAGE=   https://github.com/TheRustyPic
 COMMENT=       TUI for keeping track of incomes and expenses
 LICENSE=       mit
 
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+
 .include "cargo-depends.mk"
 
 #RUST_REQ=     1.92.0
 #Upstream does not state the required MSRV.
 #This package is confirmed to build with Rust 1.92.0 on amd64
+USE_LANGUAGES+=        c c++
 USE_TOOLS+=    pkg-config
 MAKE_ENV+=     OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib



Home | Main Index | Thread Index | Old Index