summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordholland <dholland>2013-11-01 06:44:37 +0000
committerdholland <dholland>2013-11-01 06:44:37 +0000
commitbefa1d278158629bc9566deabb4b28bdefddc57c (patch)
tree71a7e622b0c04f20252f0c724423e275610d5b92 /www
parent44c0d5cfa784025a77d0668c2ae076b401b33497 (diff)
downloadpkgsrc-befa1d278158629bc9566deabb4b28bdefddc57c.tar.gz
Doesn't build with Lua 5.2. (from Edgar Fuss)
Diffstat (limited to 'www')
-rw-r--r--www/lighttpd/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lighttpd/options.mk b/www/lighttpd/options.mk
index d1a1c074816..4a6cf2f5737 100644
--- a/www/lighttpd/options.mk
+++ b/www/lighttpd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2011/07/14 19:59:45 adam Exp $
+# $NetBSD: options.mk,v 1.9 2013/11/01 06:44:37 dholland Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lighttpd
PKG_SUPPORTED_OPTIONS= bzip fam gdbm inet6 ldap lua mysql ssl memcache
@@ -53,6 +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
. include "../../lang/lua/buildlink3.mk"
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-lua