pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wireshark Add a dependency to graphics/adwaita-ico...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5c90de541ed
branches:  trunk
changeset: 357107:d5c90de541ed
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Jan 13 12:16:03 2017 +0000

description:
Add a dependency to graphics/adwaita-icon-theme (for the gtk3 option)
Bump PKGREVISION

Pointed out by Joern Clausen via PR pkg/51835.

diffstat:

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

diffs (29 lines):

diff -r 2b766311bf26 -r d5c90de541ed net/wireshark/Makefile
--- a/net/wireshark/Makefile    Fri Jan 13 11:35:00 2017 +0000
+++ b/net/wireshark/Makefile    Fri Jan 13 12:16:03 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.161 2017/01/01 14:43:53 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2017/01/13 12:16:03 leot Exp $
 
 DISTNAME=      wireshark-2.2.3
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  https://www.wireshark.org/download/src/
 EXTRACT_SUFX=  .tar.bz2
diff -r 2b766311bf26 -r d5c90de541ed net/wireshark/options.mk
--- a/net/wireshark/options.mk  Fri Jan 13 11:35:00 2017 +0000
+++ b/net/wireshark/options.mk  Fri Jan 13 12:16:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2016/10/04 06:41:18 alnsn Exp $
+# $NetBSD: options.mk,v 1.14 2017/01/13 12:16:03 leot Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.wireshark
 PKG_SUPPORTED_OPTIONS= gtk3 lua qt5
@@ -36,6 +36,7 @@
 PLIST.gtk3=            yes
 POST_INSTALL_TARGETS+= install-gtk-desktop
 .include "../../x11/gtk3/buildlink3.mk"
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 
 .PHONY: install-gtk-desktop
 install-gtk-desktop:



Home | Main Index | Thread Index | Old Index