From 858785dafcec4139d83e6860d99cc67ce2ceb54f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 4 Dec 2018 18:38:59 -0200 Subject: [PATCH] graphviz: unbreak cross gts is nocross, we want graphviz elsewhere --- srcpkgs/graphviz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index fc1e7092b0e..856c2ca0679 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -10,7 +10,7 @@ configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install --without-devil --without-glut --without-ghoscript --with-libgd" hostmakedepends="automake libtool flex pkg-config libltdl-devel" makedepends="libpng-devel gd-devel gtk+-devel librsvg-devel libltdl-devel - libXaw-devel gts-devel" + libXaw-devel" short_desc="Graph Visualization Software" maintainer="Juan RP " license="EPL-1.0"