diff options
author | dinoex <dinoex@FreeBSD.org> | 2018-01-31 07:57:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2018-01-31 07:57:22 +0800 |
commit | d1406f3225442028c63d6b6b6d8cfd9b90824f5a (patch) | |
tree | 7c133e1b64c862abfebab7b8a717136c6b8a9816 /graphics | |
parent | 2afad612bb1aa2e830ebb13ab113a303ec066390 (diff) | |
download | freebsd-ports-gnome-d1406f3225442028c63d6b6b6d8cfd9b90824f5a.tar.gz freebsd-ports-gnome-d1406f3225442028c63d6b6b6d8cfd9b90824f5a.tar.zst freebsd-ports-gnome-d1406f3225442028c63d6b6b6d8cfd9b90824f5a.zip |
- add depedency groff
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 90c42c75836c..43cf6b5e5b21 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -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 \ |