pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/difftastic
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 22 07:46:49 UTC 2025
Modified Files:
pkgsrc/devel/difftastic: Makefile
Log Message:
difftastic: add missing build tool
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/difftastic/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/difftastic/Makefile
diff -u pkgsrc/devel/difftastic/Makefile:1.40 pkgsrc/devel/difftastic/Makefile:1.41
--- pkgsrc/devel/difftastic/Makefile:1.40 Tue Jun 17 08:59:49 2025
+++ pkgsrc/devel/difftastic/Makefile Sun Jun 22 07:46:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2025/06/17 08:59:49 pin Exp $
+# $NetBSD: Makefile,v 1.41 2025/06/22 07:46:49 wiz Exp $
DISTNAME= difftastic-0.64.0
CATEGORIES= devel
@@ -12,9 +12,10 @@ LICENSE= mit
.include "cargo-depends.mk"
RUST_REQ= 1.74.1
-USE_TOOLS+= pkg-config
+USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES+= c c++17
+USE_LANGUAGES+= c c++
+USE_CXX_FEATURES= c++17
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index