Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wireshark wireshark: Use LUA_VERSIONS_ACCEPTED



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ae553622ccf
branches:  trunk
changeset: 435102:8ae553622ccf
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 30 15:52:51 2020 +0000

description:
wireshark: Use LUA_VERSIONS_ACCEPTED

diffstat:

 net/wireshark/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 148d6850c8f3 -r 8ae553622ccf net/wireshark/options.mk
--- a/net/wireshark/options.mk  Tue Jun 30 15:38:44 2020 +0000
+++ b/net/wireshark/options.mk  Tue Jun 30 15:52:51 2020 +0000
@@ -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 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mlua)
-LUA_VERSIONS_INCOMPATIBLE=     53
+LUA_VERSIONS_ACCEPTED= 52 51
 .  include "../../lang/lua/buildlink3.mk"
 PLIST.lua=             yes
 .else



Home | Main Index | Thread Index | Old Index