diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-22 05:30:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-22 05:30:31 +0000 |
commit | aecf049634efea8555a526b9072fbb9f0a7c2a89 (patch) | |
tree | ee1202c5a5464562474562e70212261185323b7d /graphics/graphviz | |
parent | bb337a85ebe5bb223ca472e87bfc310e7e7e1070 (diff) | |
download | ports-aecf049634efea8555a526b9072fbb9f0a7c2a89.tar.gz ports-aecf049634efea8555a526b9072fbb9f0a7c2a89.zip |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 9ca49faf677e..5f93069484ab 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -20,8 +20,9 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libexpat.so:textproc/expat2 \ libgd.so:${GD_PORT} -USES= cpe pathfix shebangfix gmake bison groff pkgconfig \ - libtool:keepla localbase:ldflags jpeg +USES= bison compiler:c++11-lang cpe gmake groff \ + jpeg libtool:keepla localbase:ldflags pathfix \ + pkgconfig shebangfix GNU_CONFIGURE= yes # sincos is broken on armv6, see ports/220591 CFLAGS_armv6= -fno-builtin-sincos -fno-builtin-sin -fno-builtin-cos \ |