summaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-06-30 15:52:51 +0000
committernia <nia@pkgsrc.org>2020-06-30 15:52:51 +0000
commitc6739f17bc9c4b2120e757c2dc6a9dc39166b06e (patch)
treec1220c6d4137fdb44e3841f3d3c4e773c054bebd /net/wireshark
parentd9e4afef82ef03fbd488753d58ec416cc60d170d (diff)
downloadpkgsrc-c6739f17bc9c4b2120e757c2dc6a9dc39166b06e.tar.gz
wireshark: Use LUA_VERSIONS_ACCEPTED
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/options.mk b/net/wireshark/options.mk
index 453c13cfb2b..18bdff69904 100644
--- a/net/wireshark/options.mk
+++ b/net/wireshark/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.25 2019/12/30 17:48:05 adam Exp $
+# $NetBSD: options.mk,v 1.26 2020/06/30 15:52:51 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark
PKG_SUPPORTED_OPTIONS= http2 lua qt5 spandsp
@@ -15,7 +15,7 @@ CMAKE_ARGS+= -DENABLE_NGHTTP2=OFF
.endif
.if !empty(PKG_OPTIONS:Mlua)
-LUA_VERSIONS_INCOMPATIBLE= 53
+LUA_VERSIONS_ACCEPTED= 52 51
. include "../../lang/lua/buildlink3.mk"
PLIST.lua= yes
.else