[84836] trunk/dports/math/gnuplot/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 2 16:29:31 PDT 2011


Revision: 84836
          http://trac.macports.org/changeset/84836
Author:   ryandesign at macports.org
Date:     2011-10-02 16:29:27 -0700 (Sun, 02 Oct 2011)
Log Message:
-----------
gnuplot: match wxWidgets' archs when using +wxwidgets variant; see #31483

Modified Paths:
--------------
    trunk/dports/math/gnuplot/Portfile

Modified: trunk/dports/math/gnuplot/Portfile
===================================================================
--- trunk/dports/math/gnuplot/Portfile	2011-10-02 23:16:24 UTC (rev 84835)
+++ trunk/dports/math/gnuplot/Portfile	2011-10-02 23:29:27 UTC (rev 84836)
@@ -87,6 +87,11 @@
     configure.args-delete   --disable-wxwidgets
     configure.args-append   --with-wx-config=${prefix}/bin/wx-config
 }
+if {[variant_isset wxwidgets]} {
+    # wxWidgets is not universal and is 32-bit only
+    universal_variant       no
+    supported_archs         i386 ppc
+}
 
 variant luaterm description "Enable Lua terminal" {
     depends_lib-append      port:lua
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111002/24edc9eb/attachment-0001.html>


More information about the macports-changes mailing list