diff options
author | alnsn <alnsn@pkgsrc.org> | 2015-07-26 18:24:15 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2015-07-26 18:24:15 +0000 |
commit | 778e70d377e0642d815374a501c865d9c75503c6 (patch) | |
tree | 8498b4ee1e2df8ac0e8318bd8d22b4d3c13cb211 | |
parent | bbeb702f2bd394f2830518c7a88e0b4d66ff8e96 (diff) | |
download | pkgsrc-778e70d377e0642d815374a501c865d9c75503c6.tar.gz |
Not compatible with Lua 5.3.
-rw-r--r-- | www/lighttpd/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd/options.mk b/www/lighttpd/options.mk index 4a6cf2f5737..ef9823e16ae 100644 --- a/www/lighttpd/options.mk +++ b/www/lighttpd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2013/11/01 06:44:37 dholland Exp $ +# $NetBSD: options.mk,v 1.10 2015/07/26 18:24:15 alnsn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.lighttpd PKG_SUPPORTED_OPTIONS= bzip fam gdbm inet6 ldap lua mysql ssl memcache @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-ldap ### Support enabling the Cache Meta Language module with the Lua engine. ### .if !empty(PKG_OPTIONS:Mlua) -LUA_VERSIONS_INCOMPATIBLE= 52 +LUA_VERSIONS_INCOMPATIBLE= 52 53 . include "../../lang/lua/buildlink3.mk" USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --with-lua |