[105726] trunk/dports/math/gnuplot/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Fri May 3 15:17:37 PDT 2013
Revision: 105726
https://trac.macports.org/changeset/105726
Author: macsforever2000 at macports.org
Date: 2013-05-03 15:17:37 -0700 (Fri, 03 May 2013)
Log Message:
-----------
gnuplot: Add wxwidgets30 variant.
Modified Paths:
--------------
trunk/dports/math/gnuplot/Portfile
Modified: trunk/dports/math/gnuplot/Portfile
===================================================================
--- trunk/dports/math/gnuplot/Portfile 2013-05-03 22:05:07 UTC (rev 105725)
+++ trunk/dports/math/gnuplot/Portfile 2013-05-03 22:17:37 UTC (rev 105726)
@@ -120,11 +120,11 @@
configure.args-delete --without-cairo
}
-# One can in principle choose between wxWidgets and wxWidgets-devel,
+# One can in principle choose between wxWidgets, wxwidgets30 and wxWidgets-devel,
# but only 2.9 allows building 64-bit binaries.
# If it is acceptable to depend on wxWidgets-devel only,
# one could delete the variant that depends on wxWidgets 2.8.
-variant wxwidgets conflicts wxwidgets_devel description "Enable wxt terminal (wxWidgets 2.8, 32-bit only)" {
+variant wxwidgets conflicts wxwidgets30 wxwidgets_devel description "Enable wxt terminal (wxWidgets 2.8, 32-bit only)" {
depends_lib-append port:wxWidgets path:lib/pkgconfig/pango.pc:pango
configure.args-delete --disable-wxwidgets
configure.args-append --with-wx-config=${prefix}/bin/wx-config
@@ -135,7 +135,13 @@
supported_archs i386 ppc
}
-variant wxwidgets_devel conflicts wxwidgets description "Enable wxt terminal (using wxWidgets 2.9, supports 64-bit)" {
+variant wxwidgets30 conflicts wxwidgets wxwidgets_devel description "Enable wxt terminal (using wxWidgets 2.9, supports 64-bit)" {
+ depends_lib-append port:wxWidgets30 path:lib/pkgconfig/pango.pc:pango
+ configure.args-delete --disable-wxwidgets
+ configure.args-append --with-wx-config=${prefix}/bin/wx-config
+}
+
+variant wxwidgets_devel conflicts wxwidgets wxwidgets30 description "Enable wxt terminal (using wxWidgets devel, supports 64-bit)" {
depends_lib-append port:wxWidgets-devel path:lib/pkgconfig/pango.pc:pango
configure.args-delete --disable-wxwidgets
configure.args-append --with-wx-config=${prefix}/bin/wx-config
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130503/8a22d47f/attachment.html>
More information about the macports-changes
mailing list