Revision
86746
Author
jmr@macports.org
Date
2011-11-02 15:01:06 -0700 (Wed, 02 Nov 2011)

Log Message

gnuplot: add pangocairo variant (#27893)

Modified Paths

Diff

Modified: trunk/dports/math/gnuplot/Portfile (86745 => 86746)


--- trunk/dports/math/gnuplot/Portfile	2011-11-02 21:49:58 UTC (rev 86745)
+++ trunk/dports/math/gnuplot/Portfile	2011-11-02 22:01:06 UTC (rev 86746)
@@ -99,6 +99,11 @@
     configure.args-append   --with-lua
 }
 
+variant pangocairo description "Enable cairo-based terminals" {
+    depends_lib-append      port:pango
+    configure.args-delete   --without-cairo
+}
+
 variant tutorial description "Build the tutorial (requires a tex install)" {
     depends_lib-append      bin:tex:texlive
     configure.args-delete   --without-tutorial --without-latex