[108837] trunk/dports/science/plplot/Portfile

takeshi at macports.org takeshi at macports.org
Fri Aug 2 17:16:50 PDT 2013


Revision: 108837
          https://trac.macports.org/changeset/108837
Author:   takeshi at macports.org
Date:     2013-08-02 17:16:49 -0700 (Fri, 02 Aug 2013)
Log Message:
-----------
plplot: added wxWidgets variant in response to #37819

Modified Paths:
--------------
    trunk/dports/science/plplot/Portfile

Modified: trunk/dports/science/plplot/Portfile
===================================================================
--- trunk/dports/science/plplot/Portfile	2013-08-02 23:51:16 UTC (rev 108836)
+++ trunk/dports/science/plplot/Portfile	2013-08-03 00:16:49 UTC (rev 108837)
@@ -5,7 +5,7 @@
 
 name            plplot
 version         5.9.9
-revision        14
+revision        15
 platforms       darwin
 maintainers     takeshi openmaintainer
 categories      science
@@ -93,6 +93,7 @@
                         -DPLD_svgcairo=ON \
                         -DPLD_tk=ON \
                         -DPLD_wxwidgets=OFF \
+                        -DPLD_wxpng=OFF \
                         -DPLD_xcairo=OFF  \
                         -DPLD_xwin=OFF \
                         -DPLD_xfig=OFF \
@@ -306,7 +307,7 @@
 }
 
 variant qt4 description {Add support for Qt4} {
-    depends_lib-append  bin:qmake:qt4-mac
+    depends_lib-append      bin:qmake:qt4-mac
     configure.args-delete   -DENABLE_qt=OFF \
                             -DPLD_bmpqt=OFF \
                             -DPLD_jpgqt=OFF \
@@ -335,6 +336,17 @@
                             -DPLD_qtwidget=ON
 }
 
+variant wxWidgets description {Add support for wxWidgets} {
+    depends_lib-append      port:wxWidgets30
+    configure.args-delete   -DPLD_wxwidgets=OFF \
+                            -DPLD_wxpng=OFF \
+                            -DENABLE_wxwidgets=OFF
+    configure.args-append   -DPLD_wxwidgets=ON \
+                            -DPLD_wxpng=ON \
+                            -DENABLE_wxwidgets=ON
+}
+
+
 variant x11 {
     configure.args-append   -DPLD_xcairo=ON  \
                             -DPLD_xwin=ON \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130802/68007c6a/attachment-0001.html>


More information about the macports-changes mailing list