diff options
author | leot <leot@pkgsrc.org> | 2017-01-13 12:16:03 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-01-13 12:16:03 +0000 |
commit | 04305568b2a5e27a0eea08b64b98420a80393714 (patch) | |
tree | 52ef3001730d1ff7198ba3cb69f68830683e9c12 /net/wireshark | |
parent | ebbf9361c09d6aa57f4b93a62eefce3b23289f72 (diff) | |
download | pkgsrc-04305568b2a5e27a0eea08b64b98420a80393714.tar.gz |
Add a dependency to graphics/adwaita-icon-theme (for the gtk3 option)
Bump PKGREVISION
Pointed out by Joern Clausen via PR pkg/51835.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 3 | ||||
-rw-r--r-- | net/wireshark/options.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 8bee8f24e14..8db117cda65 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -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 --git a/net/wireshark/options.mk b/net/wireshark/options.mk index 839a2f2253c..67313f4130b 100644 --- a/net/wireshark/options.mk +++ b/net/wireshark/options.mk @@ -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 @@ CONFIGURE_ARGS+= --with-gtk3 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: |