summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2013-11-26 07:19:30 +0000
committerdholland <dholland>2013-11-26 07:19:30 +0000
commit36b0146bed9276f9c99cb8ccecee399c5d1931eb (patch)
treed1cd67b7a2cb67555035676c159d3d0883ad2811
parentcaf1d5ee47d9b4ccb8fb8d877978b009b8e1ddc9 (diff)
downloadpkgsrc-36b0146bed9276f9c99cb8ccecee399c5d1931eb.tar.gz
does not build with lua52
-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: