pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wireshark wireshark: reduce dependencies.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2bd901deeed4
branches: trunk
changeset: 379697:2bd901deeed4
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu May 03 23:02:39 2018 +0000
description:
wireshark: reduce dependencies.
Addresses PR 53256 by martin@
Bump PKGREVISION.
diffstat:
net/wireshark/Makefile | 3 ++-
net/wireshark/options.mk | 3 +--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r dae6d01f18c9 -r 2bd901deeed4 net/wireshark/Makefile
--- a/net/wireshark/Makefile Thu May 03 22:13:56 2018 +0000
+++ b/net/wireshark/Makefile Thu May 03 23:02:39 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.187 2018/04/29 12:15:37 wiz Exp $
+# $NetBSD: Makefile,v 1.188 2018/05/03 23:02:39 wiz Exp $
DISTNAME= wireshark-2.6.0
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= https://www.wireshark.org/download/src/
EXTRACT_SUFX= .tar.xz
diff -r dae6d01f18c9 -r 2bd901deeed4 net/wireshark/options.mk
--- a/net/wireshark/options.mk Thu May 03 22:13:56 2018 +0000
+++ b/net/wireshark/options.mk Thu May 03 23:02:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2018/04/29 12:15:37 wiz Exp $
+# $NetBSD: options.mk,v 1.18 2018/05/03 23:02:39 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark
PKG_SUPPORTED_OPTIONS= gtk3 lua
@@ -19,7 +19,6 @@
. include "../../x11/qt4-tools/buildlink3.mk"
. elif !empty(PKG_OPTIONS:Mqt5)
CONFIGURE_ARGS+= --with-qt=5
-. include "../../x11/qt5-qtmultimedia/buildlink3.mk"
. include "../../x11/qt5-qttools/buildlink3.mk"
. if ${OPSYS} == "Darwin"
. include "../../x11/qt5-qtmacextras/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index