diff options
author | markd <markd@pkgsrc.org> | 2022-04-05 03:59:59 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2022-04-05 03:59:59 +0000 |
commit | f43cd61b31eaa12a9fed171dfc53746807366e78 (patch) | |
tree | 0317ab5c03f6dab0e4dacef4be5860eacb85b403 /net | |
parent | 7cac0891c07d13c9220b0d9e5c04bacc49380bf3 (diff) | |
download | pkgsrc-f43cd61b31eaa12a9fed171dfc53746807366e78.tar.gz |
wireshark: don't accidentally find asciidoctor
don't accidentally find asciidoctor which would cause documentation to
be built and installed.
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index b2edff896b4..665d9a0bbed 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.267 2022/03/29 07:17:07 adam Exp $ +# $NetBSD: Makefile,v 1.268 2022/04/05 03:59:59 markd Exp $ DISTNAME= wireshark-3.6.3 CATEGORIES= net @@ -16,6 +16,7 @@ USE_CMAKE= yes CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release CMAKE_ARGS+= -DENABLE_APPLICATION_BUNDLE=OFF CMAKE_ARGS+= -DVCSVERSION_OVERRIDE=${PKGVERSION_NOREV} +CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Asciidoctor=TRUE CMAKE_ARG_PATH= .. CONFIGURE_DIRS= build |