[95848] trunk/dports/graphics/wxWidgets/Portfile

jwa at macports.org jwa at macports.org
Tue Jul 24 09:43:54 PDT 2012


Revision: 95848
          https://trac.macports.org/changeset/95848
Author:   jwa at macports.org
Date:     2012-07-24 09:43:54 -0700 (Tue, 24 Jul 2012)
Log Message:
-----------
add aui support, closing #26753

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets/Portfile

Modified: trunk/dports/graphics/wxWidgets/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets/Portfile	2012-07-24 16:43:11 UTC (rev 95847)
+++ trunk/dports/graphics/wxWidgets/Portfile	2012-07-24 16:43:54 UTC (rev 95848)
@@ -126,6 +126,10 @@
     ln -sf ${confscript} ${destroot}${prefix}/bin/wx-config
 }
 
+variant aui description {add support for AUI docking library} {
+    configure.args-append    --enable-aui
+}
+
 variant monolithic description {build only one library} {
     configure.args-append    --enable-monolithic
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120724/7c4983db/attachment.html>


More information about the macports-changes mailing list