summaryrefslogtreecommitdiff
path: root/databases/tokyotyrant
diff options
context:
space:
mode:
authoralnsn <alnsn@pkgsrc.org>2014-05-03 13:01:24 +0000
committeralnsn <alnsn@pkgsrc.org>2014-05-03 13:01:24 +0000
commited3adf4991e7fc83fcfb504b3ec7a107733224d2 (patch)
tree598ae5219ae90971f1f238593564c55107920a28 /databases/tokyotyrant
parentda499f3dfeb25e7fe783f8ed7744f37e674f9f78 (diff)
downloadpkgsrc-ed3adf4991e7fc83fcfb504b3ec7a107733224d2.tar.gz
Adapt to Lua multiversion support.
Diffstat (limited to 'databases/tokyotyrant')
-rw-r--r--databases/tokyotyrant/Makefile4
-rw-r--r--databases/tokyotyrant/options.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile
index 0d357dcfb7b..0e456584968 100644
--- a/databases/tokyotyrant/Makefile
+++ b/databases/tokyotyrant/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2014/03/13 11:08:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.34 2014/05/03 13:01:24 alnsn Exp $
#
DISTNAME= tokyotyrant-1.1.41
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= databases net
MASTER_SITES= ${HOMEPAGE}
diff --git a/databases/tokyotyrant/options.mk b/databases/tokyotyrant/options.mk
index 8bdbe480361..4841fa4697d 100644
--- a/databases/tokyotyrant/options.mk
+++ b/databases/tokyotyrant/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2008/10/13 05:58:31 obache Exp $
+# $NetBSD: options.mk,v 1.2 2014/05/03 13:01:24 alnsn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tokyotyrant
PKG_SUPPORTED_OPTIONS= lua
@@ -8,6 +8,7 @@ PKG_SUGGESTED_OPTIONS= lua
.if !empty(PKG_OPTIONS:Mlua)
CONFIGURE_ARGS+= --enable-lua
+.include "../../lang/lua/tool.mk"
.include "../../lang/lua/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-lua