summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-11-26 07:19:30 +0000
committerdholland <dholland@pkgsrc.org>2013-11-26 07:19:30 +0000
commit140447c80d8e6c317069d8ab3aa0544afd9d8cb2 (patch)
treed1cd67b7a2cb67555035676c159d3d0883ad2811 /databases
parent1cbc8fc084e9039cc8623f4d26534d91155d0dfc (diff)
downloadpkgsrc-140447c80d8e6c317069d8ab3aa0544afd9d8cb2.tar.gz
does not build with lua52
Diffstat (limited to 'databases')
-rw-r--r--databases/lua-sqlite/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/lua-sqlite/Makefile b/databases/lua-sqlite/Makefile
index 131b6efaf2f..5293006e074 100644
--- a/databases/lua-sqlite/Makefile
+++ b/databases/lua-sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/10/30 06:19:42 dholland Exp $
+# $NetBSD: Makefile,v 1.17 2013/11/26 07:19:30 dholland Exp $
#
DISTNAME= lsqlite_src
@@ -17,6 +17,8 @@ WRKSRC= ${WRKDIR}
CFLAGS+= -fPIC
LIBS+= -llua -lsqlite
+LUA_VERSIONS_INCOMPATIBLE= 52
+
AUTO_MKDIRS= yes
do-build: