Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphviz: needs groff



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c10388a8b34a
branches:  trunk
changeset: 436496:c10388a8b34a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 03 22:38:22 2020 +0000

description:
graphviz: needs groff

diffstat:

 graphics/graphviz/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9e758e6f5476 -r c10388a8b34a graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Mon Aug 03 22:37:05 2020 +0000
+++ b/graphics/graphviz/Makefile        Mon Aug 03 22:38:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.216 2020/07/28 07:07:21 wiz Exp $
+# $NetBSD: Makefile,v 1.217 2020/08/03 22:38:22 tnn Exp $
 
 DISTNAME=      graphviz-2.44.1
 CATEGORIES=    graphics
@@ -18,7 +18,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            automake bison flex pkg-config
+USE_TOOLS+=            automake bison flex groff pkg-config
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures
 CONFIGURE_ARGS+=       --disable-java



Home | Main Index | Thread Index | Old Index