From 35a000873a046f083ef89fe5e3315c9e2b4d40f9 Mon Sep 17 00:00:00 2001 From: Jon Seymour Date: Sun, 17 Apr 2011 15:43:44 +1000 Subject: gnuplot: enable png and pic2plot support Signed-off-by: Adam Vandenberg --- Library/Formula/plotutils.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/plotutils.rb b/Library/Formula/plotutils.rb index 210b94f9b..d1c11c4df 100644 --- a/Library/Formula/plotutils.rb +++ b/Library/Formula/plotutils.rb @@ -6,7 +6,10 @@ class Plotutils < Formula md5 'c08a424bd2438c80a786a7f4b5bb6a40' def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + ENV.x11 # enable libpng support + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}", + "--enable-libplotter" system "make" system "make install" end -- cgit v1.2.3