New commits:
commit 2bcfeee8413c5e3ae591d2d37d00659aa2feb673
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
updated gnuplot to 4.2.rc1, also fixed some dependencies for that
diff --git a/utils/gnuplot/DEPENDS b/utils/gnuplot/DEPENDS
index f88616a..62cf45a 100755
--- a/utils/gnuplot/DEPENDS
+++ b/utils/gnuplot/DEPENDS
@@ -1,9 +1,14 @@
-optional_depends "libpng" \
- "--with-png=/usr/bin/" \
- "--without-png" \
+# gnuplot uses gd for rendering pngs, even with true type fonts...
+optional_depends "gd" \
+ "--with-gd" \
+ "--without-gd" \
"for png output support" &&