pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/collectd-lua



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep 19 17:29:22 UTC 2022

Modified Files:
        pkgsrc/sysutils/collectd-lua: Makefile

Log Message:
collectd-lua: Depend on Lua in the proper way, to fix ./configure


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/collectd-lua/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/collectd-lua/Makefile
diff -u pkgsrc/sysutils/collectd-lua/Makefile:1.5 pkgsrc/sysutils/collectd-lua/Makefile:1.6
--- pkgsrc/sysutils/collectd-lua/Makefile:1.5   Sat Oct 24 22:39:46 2020
+++ pkgsrc/sysutils/collectd-lua/Makefile       Mon Sep 19 17:29:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/10/24 22:39:46 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/09/19 17:29:22 nia Exp $
 
 COLLECTD_PACKAGE=      lua
 COLLECTD_PLUGINS=      lua
@@ -9,5 +9,5 @@ COMMENT=                Statistics collection daemon -
 
 CONFIGURE_ARGS+=       --enable-lua
 
-.include "../../lang/lua/module.mk"
+.include "../../lang/lua/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index