From 6e2e72104837333dddb72c3baa0a0adff17d0e30 Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Mon, 14 Dec 2015 11:18:27 +1300 Subject: [PATCH] gnuplot: add gdlib_config as build dependency. * now that gdlib-config is in the gd devel package, this will pull in all the needed dependencies automatically * this gives us additional terminal types for gif, png, jpeg, etc. --- sci-visualization/gnuplot/gnuplot-5.0.1.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-visualization/gnuplot/gnuplot-5.0.1.recipe b/sci-visualization/gnuplot/gnuplot-5.0.1.recipe index 9d7404c22..48d7127b3 100644 --- a/sci-visualization/gnuplot/gnuplot-5.0.1.recipe +++ b/sci-visualization/gnuplot/gnuplot-5.0.1.recipe @@ -8,7 +8,7 @@ COPYRIGHT="1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley" LICENSE="Gnuplot" SOURCE_URI="http://downloads.sourceforge.net/gnuplot/gnuplot-$portVersion.tar.gz" CHECKSUM_SHA256="7cbc557e71df581ea520123fb439dea5f073adcc9010a2885dc80d4ed28b3c47" -REVISION="3" +REVISION="4" ARCHITECTURES="!x86_gcc2 ?x86" SECONDARY_ARCHITECTURES="x86" @@ -52,6 +52,7 @@ BUILD_PREREQUIRES=" cmd:awk cmd:cmp cmd:gcc$secondaryArchSuffix + cmd:gdlib_config$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:make cmd:pkg_config$secondaryArchSuffix