[23040] trunk/dports/math/gnuplot/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Mar 22 23:14:12 PDT 2007
Revision: 23040
http://trac.macosforge.org/projects/macports/changeset/23040
Author: pguyot at kallisys.net
Date: 2007-03-22 23:14:12 -0700 (Thu, 22 Mar 2007)
Log Message:
-----------
math/gnuplot: make aqua the default terminal (instead of unknown).
ticket: #11289
submitted by: dimss at telecentrs.lv
Modified Paths:
--------------
trunk/dports/math/gnuplot/Portfile
Modified: trunk/dports/math/gnuplot/Portfile
===================================================================
--- trunk/dports/math/gnuplot/Portfile 2007-03-23 05:05:17 UTC (rev 23039)
+++ trunk/dports/math/gnuplot/Portfile 2007-03-23 06:14:12 UTC (rev 23040)
@@ -3,7 +3,7 @@
name gnuplot
version 4.0.0
-revision 3
+revision 4
categories math science
maintainers pguyot at kallisys.net
description A command-driven interactive function plotting program
@@ -57,7 +57,8 @@
}
configure.env LDFLAGS="-L${prefix}/lib" \
- CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
+ CPPFLAGS="-I${prefix}/include -no-cpp-precomp" \
+ CFLAGS='-DDEFAULTTERM=\\"aqua\\"'
configure.args --with-readline=gnu --with-gd --with-png --with-pdf --with-x \
--enable-datastrings --enable-histograms \
--infodir='\${prefix}/share/info' \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070322/68e541f7/attachment.html
More information about the macports-changes
mailing list