pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/lua-sqlite3 lua-sqlite3: needs m4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92d0fa652bc8
branches:  trunk
changeset: 452734:92d0fa652bc8
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 14:52:58 2021 +0000

description:
lua-sqlite3: needs m4

diffstat:

 databases/lua-sqlite3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7e0ca9fd8ccc -r 92d0fa652bc8 databases/lua-sqlite3/Makefile
--- a/databases/lua-sqlite3/Makefile    Fri May 14 14:50:11 2021 +0000
+++ b/databases/lua-sqlite3/Makefile    Fri May 14 14:52:58 2021 +0000
@@ -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 @@
 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