summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: