From 37931dc86c3fb3422c55e6e2b6d6cf0667ca3e92 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 4 Dec 2018 18:36:43 -0200 Subject: [PATCH] graphviz: unfuck gts integration --- srcpkgs/graphviz/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index 70baee53ed9..fc1e7092b0e 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,7 +1,7 @@ # Template file for 'graphviz' pkgname=graphviz version=2.40.1 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install --disable-swig --disable-sharp --disable-guile --disable-io --disable-java @@ -13,8 +13,8 @@ makedepends="libpng-devel gd-devel gtk+-devel librsvg-devel libltdl-devel libXaw-devel gts-devel" short_desc="Graph Visualization Software" maintainer="Juan RP " -homepage="http://www.graphviz.org" license="EPL-1.0" +homepage="http://www.graphviz.org" # XXX: No version in the URL! distfiles="https://graphviz.gitlab.io/pub/${pkgname}/stable/SOURCES/${pkgname}.tar.gz" checksum=ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421 @@ -22,7 +22,7 @@ replaces="graphviz-libs<2.38.0_3" if [ -z "$CROSS_BUILD" ]; then configure_args+=" --with-gts" - makedepends="gts-devel" + makedepends+=" gts-devel" fi pre_configure() {