Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2020 16:58:08 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535308 - head/graphics/graphviz
Message-ID:  <202005151658.04FGw8sP039339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Fri May 15 16:58:07 2020
New Revision: 535308
URL: https://svnweb.freebsd.org/changeset/ports/535308

Log:
  - depend on groff only when needed
  Suggested by:	Renato Botelho

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Fri May 15 16:52:00 2020	(r535307)
+++ head/graphics/graphviz/Makefile	Fri May 15 16:58:07 2020	(r535308)
@@ -3,7 +3,7 @@
 
 PORTNAME=	graphviz
 PORTVERSION=	2.44.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics tk
 MASTER_SITES=	https://www2.graphviz.org/Packages/stable/portable_source/
 
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libexpat.so:textproc/expat2 \
 		libgd.so:${GD_PORT}
 
-USES=		cpe pathfix shebangfix gmake bison groff pkgconfig \
+USES=		cpe pathfix shebangfix gmake bison pkgconfig \
 		libtool:keepla autoreconf localbase:ldflags jpeg \
 		tcl:build
 
@@ -99,7 +99,7 @@ RUBY_USE=	RUBY=yes
 LUA_USES=	lua
 TK_USES=	tk:build
 GO_USES=	go:no_targets
-DOCS_USES=	ghostscript:build
+DOCS_USES=	ghostscript:build groff
 
 POPPLER_LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib
 ANN_LIB_DEPENDS=	libann.so:math/ann



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005151658.04FGw8sP039339>