diff options
author | nia <nia@pkgsrc.org> | 2020-07-02 10:26:16 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-02 10:26:16 +0000 |
commit | a05de5120310519b796af7bb2509e0ef9c7e9627 (patch) | |
tree | cd0f16e720a5c44a5f3125fc4e9d9456c913f5ff /textproc/lua-xapian | |
parent | 06ab7d244a81bc98c50c1a8251461101b51f6f1c (diff) | |
download | pkgsrc-a05de5120310519b796af7bb2509e0ef9c7e9627.tar.gz |
Add 'lua' category to Lua modules.
While here, normalize some packages with strange variable order.
Diffstat (limited to 'textproc/lua-xapian')
-rw-r--r-- | textproc/lua-xapian/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/lua-xapian/Makefile b/textproc/lua-xapian/Makefile index 639164a5209..45462fc082e 100644 --- a/textproc/lua-xapian/Makefile +++ b/textproc/lua-xapian/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2018/07/06 16:23:11 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2020/07/02 10:26:19 nia Exp $ PKGNAME= ${LUA_PKGPREFIX}-${PKGNAME_MODULE} -COMMENT= Lua bindings for Xapian search engine + HOMEPAGE= https://xapian.org/docs/bindings/lua/ +COMMENT= Lua bindings for Xapian search engine CONFIGURE_ARGS+= --with-lua CONFIGURE_ENV+= LUA_INC=${BUILDLINK_INCDIRS.${LUA_PACKAGE}} |