mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
graphviz: unfuck gts integration
This commit is contained in:
parent
231308f9b9
commit
37931dc86c
1 changed files with 3 additions and 3 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue