Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lighttpd lighttpd: Remove incorrect LUA_VERSIONS_I...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/132dac8e0f8d
branches:  trunk
changeset: 435089:132dac8e0f8d
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 30 14:45:48 2020 +0000

description:
lighttpd: Remove incorrect LUA_VERSIONS_INCOMPATIBLE

diffstat:

 www/lighttpd/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 99840020a3e8 -r 132dac8e0f8d www/lighttpd/options.mk
--- a/www/lighttpd/options.mk   Tue Jun 30 14:45:05 2020 +0000
+++ b/www/lighttpd/options.mk   Tue Jun 30 14:45:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2019/11/04 22:09:57 rillig Exp $
+# $NetBSD: options.mk,v 1.23 2020/06/30 14:45:48 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.lighttpd
 PKG_SUPPORTED_OPTIONS=         bzip2 fam gdbm inet6 ldap lua mysql ssl memcached geoip gssapi webdav
@@ -58,7 +58,6 @@
 ### Support enabling the Cache Meta Language module with the Lua engine.
 ###
 .if !empty(PKG_OPTIONS:Mlua)
-LUA_VERSIONS_INCOMPATIBLE=     52 53
 .  include "../../lang/lua/buildlink3.mk"
 USE_TOOLS+=            pkg-config
 CONFIGURE_ARGS+=       --with-lua



Home | Main Index | Thread Index | Old Index