pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/nickle
Module Name: pkgsrc
Committed By: nia
Date: Fri Jun 20 14:09:49 UTC 2025
Modified Files:
pkgsrc/math/nickle: Makefile
Log Message:
nickle: Depend on bison tool.
This is a build fix for various unixes that include their own
traditional version of yacc - it specifically wants bison here.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/math/nickle/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/nickle/Makefile
diff -u pkgsrc/math/nickle/Makefile:1.36 pkgsrc/math/nickle/Makefile:1.37
--- pkgsrc/math/nickle/Makefile:1.36 Thu May 1 09:33:23 2025
+++ pkgsrc/math/nickle/Makefile Fri Jun 20 14:09:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2025/05/01 09:33:23 tnn Exp $
+# $NetBSD: Makefile,v 1.37 2025/06/20 14:09:49 nia Exp $
DISTNAME= nickle-2.103
CATEGORIES= math lang
@@ -15,6 +15,7 @@ TEST_TARGET= check
REPLACE_SH+= bench/runbench.sh
USE_TOOLS+= pkg-config
+USE_TOOLS+= bison flex
# Tests have a tool dependency on bc; meson insists on checking for it.
.if !exists(/usr/bin/bc)
Home |
Main Index |
Thread Index |
Old Index