pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/lua-sqlite3



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 14:52:59 UTC 2021

Modified Files:
        pkgsrc/databases/lua-sqlite3: Makefile

Log Message:
lua-sqlite3: needs m4


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/lua-sqlite3/Makefile

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

Modified files:

Index: pkgsrc/databases/lua-sqlite3/Makefile
diff -u pkgsrc/databases/lua-sqlite3/Makefile:1.25 pkgsrc/databases/lua-sqlite3/Makefile:1.26
--- pkgsrc/databases/lua-sqlite3/Makefile:1.25  Wed Apr 21 11:41:12 2021
+++ pkgsrc/databases/lua-sqlite3/Makefile       Fri May 14 14:52:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/04/21 11:41:12 adam Exp $
+# $NetBSD: Makefile,v 1.26 2021/05/14 14:52:58 nia Exp $
 
 DISTNAME=      lua-sqlite3-0.4.1
 PKGNAME=       ${LUA_PKGPREFIX}-sqlite3-0.4.1
@@ -12,6 +12,8 @@ HOMEPAGE=     https://www.mroth.net/lua-sqli
 COMMENT=       SQLite3 binding for LUA
 LICENSE=       mit
 
+USE_TOOLS+=    m4
+
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --libdir=${PREFIX}/${LUA_CDIR}
 CONFIGURE_ARGS+=       --with-lua=${LUA_INTERPRETER:Q}



Home | Main Index | Thread Index | Old Index