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:   wiz
Date:           Sat Jan 13 17:27:48 UTC 2024

Modified Files:
        pkgsrc/math/nickle: Makefile

Log Message:
nickle: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/math/nickle/Makefile:1.33
--- pkgsrc/math/nickle/Makefile:1.32    Sat Jan 13 04:25:39 2024
+++ pkgsrc/math/nickle/Makefile Sat Jan 13 17:27:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2024/01/13 04:25:39 riastradh Exp $
+# $NetBSD: Makefile,v 1.33 2024/01/13 17:27:48 wiz Exp $
 
 DISTNAME=      nickle-2.96
 CATEGORIES=    math lang
@@ -11,6 +11,8 @@ LICENSE=      mit
 
 USE_TOOLS+=    autoconf automake autoreconf
 TOOL_DEPENDS+= autoconf-archive>=0:../../devel/autoconf-archive
+# for m4 file
+TOOL_DEPENDS+= pkgconf>=0:../../devel/pkgconf
 
 pre-configure:
        @${STEP_MSG} Autoreconf for Makefile.am patch



Home | Main Index | Thread Index | Old Index