Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2018 23:57:22 +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: r460450 - head/graphics/graphviz
Message-ID:  <201801302357.w0UNvMvK094912@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Tue Jan 30 23:57:22 2018
New Revision: 460450
URL: https://svnweb.freebsd.org/changeset/ports/460450

Log:
  - add depedency groff

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Tue Jan 30 23:24:43 2018	(r460449)
+++ head/graphics/graphviz/Makefile	Tue Jan 30 23:57:22 2018	(r460450)
@@ -3,7 +3,7 @@
 
 PORTNAME=	graphviz
 PORTVERSION=	2.40.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics tk
 MASTER_SITES=	http://www.graphviz.org/pub/graphviz/ARCHIVE/
 
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libexpat.so:textproc/expat2 \
 		libgd.so:${GD_PORT}
 
-USES=		bison cpe gmake jpeg libtool:keepla pkgconfig pathfix shebangfix
+USES=		cpe pathfix shebangfix gmake bison groff pkgconfig libtool:keepla jpeg
 GNU_CONFIGURE=	yes
 # sincos is broken on armv6, see ports/220591
 CFLAGS_armv6=	-fno-builtin-sincos -fno-builtin-sin -fno-builtin-cos \



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