svn commit: r460450 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Tue Jan 30 23:57:23 UTC 2018


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 \


More information about the svn-ports-all mailing list