summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-12-17 07:17:42 +0400
committerVlad Glagolev2011-12-17 07:17:42 +0400
commita6b7c08a43fe4818162500fcc39f8a31a0ecbb78 (patch)
treeed03db53b9e0818d4a417d0a7be395e46ded0447
parent72a4eca4b697fbfbf7b04b2ddc50cb589883305b (diff)
wireshark: depends (lua -> lua51)
-rwxr-xr-xsecurity/wireshark/DEPENDS2
-rw-r--r--security/wireshark/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/security/wireshark/DEPENDS b/security/wireshark/DEPENDS
index 0a77ad631e..22b916d023 100755
--- a/security/wireshark/DEPENDS
+++ b/security/wireshark/DEPENDS
@@ -38,7 +38,7 @@ optional_depends python \
"--with-python" "--without-python" \
"for Python scripting support" &&
-optional_depends lua \
+optional_depends lua51 \
"--with-lua" "--without-lua" \
"for Lua scripting support" &&
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index 02422aba87..949754d464 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,6 @@
+2011-12-17 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: lua -> lua51
+
2011-11-19 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.6.4
* DEPENDS: made threads support optional