pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wireshark
Module Name: pkgsrc
Committed By: nia
Date: Tue Jun 30 15:52:51 UTC 2020
Modified Files:
pkgsrc/net/wireshark: options.mk
Log Message:
wireshark: Use LUA_VERSIONS_ACCEPTED
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/wireshark/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wireshark/options.mk
diff -u pkgsrc/net/wireshark/options.mk:1.25 pkgsrc/net/wireshark/options.mk:1.26
--- pkgsrc/net/wireshark/options.mk:1.25 Mon Dec 30 17:48:05 2019
+++ pkgsrc/net/wireshark/options.mk Tue Jun 30 15:52:51 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index