pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/feluda



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Jan 27 17:39:49 UTC 2026

Modified Files:
        pkgsrc/devel/feluda: Makefile

Log Message:
feluda: needs cmake at build time


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/feluda/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/feluda/Makefile
diff -u pkgsrc/devel/feluda/Makefile:1.19 pkgsrc/devel/feluda/Makefile:1.20
--- pkgsrc/devel/feluda/Makefile:1.19   Mon Jan 26 10:30:12 2026
+++ pkgsrc/devel/feluda/Makefile        Tue Jan 27 17:39:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2026/01/26 10:30:12 pin Exp $
+# $NetBSD: Makefile,v 1.20 2026/01/27 17:39:49 pin Exp $
 
 DISTNAME=      feluda-1.11.1
 CATEGORIES=    devel
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/anistark/fe
 COMMENT=       Detect license usage restrictions in your project
 LICENSE=       mit
 
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+
 # See, https://github.com/briansmith/ring/issues/1999
 .include "../../mk/compiler/i386-sse2.mk"
 



Home | Main Index | Thread Index | Old Index