summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhialto <rhialto@pkgsrc.org>2019-05-05 16:44:05 +0000
committerrhialto <rhialto@pkgsrc.org>2019-05-05 16:44:05 +0000
commit118db5f5614a86ddf667cd9972dc85311a1daff8 (patch)
tree0104a66f5734ad122cde6e67a98b21a3e3a343c4
parentdac8474878dfdb75cbdbbe9e40e86d1dd6e634ca (diff)
downloadpkgsrc-118db5f5614a86ddf667cd9972dc85311a1daff8.tar.gz
net/wireshark: explicitly disable building (user) guides.
Otherwise, they are built when asciidoctor is detected, and the result is a PLIST mismatch. No version bump: the build was broken iff this change makes a difference.
-rw-r--r--net/wireshark/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index b4bd6da1c51..ab9be971638 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2019/04/25 07:33:13 maya Exp $
+# $NetBSD: Makefile,v 1.208 2019/05/05 16:44:05 rhialto Exp $
DISTNAME= wireshark-2.6.7
PKGREVISION= 2
@@ -18,6 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake perl pkg-config yacc lex
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-static=no
+CONFIGURE_ARGS+= --disable-guides
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
CONFIGURE_ENV+= ac_cv_path_YACCDUMMY=${TOOLS_PATH.yacc}