pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/kalk



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 13:30:56 UTC 2021

Modified Files:
        pkgsrc/math/kalk: Makefile

Log Message:
kalk: needs m4


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/kalk/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/kalk/Makefile
diff -u pkgsrc/math/kalk/Makefile:1.4 pkgsrc/math/kalk/Makefile:1.5
--- pkgsrc/math/kalk/Makefile:1.4       Sat Apr 24 19:47:11 2021
+++ pkgsrc/math/kalk/Makefile   Fri May 14 13:30:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/04/24 19:47:11 pin Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/14 13:30:56 nia Exp $
 
 DISTNAME=      kalk-0.3.14
 CATEGORIES=    math
@@ -10,6 +10,8 @@ HOMEPAGE=     https://kalk.strct.net/
 COMMENT=       CLI calculator supporting user defined variables and functions
 LICENSE=       mit
 
+USE_TOOLS=     m4
+
 .include "cargo-depends.mk"
 
 USE_LANGUAGES+=        c c++   # rust, but needs a toolchain to link



Home | Main Index | Thread Index | Old Index