[95301] trunk/dports/devel/thrift/Portfile

blair at macports.org blair at macports.org
Sun Jul 8 16:04:19 PDT 2012


Revision: 95301
          https://trac.macports.org/changeset/95301
Author:   blair at macports.org
Date:     2012-07-08 16:04:19 -0700 (Sun, 08 Jul 2012)
Log Message:
-----------
thrift: sort --with-\* configure arguments alphabetically.

Modified Paths:
--------------
    trunk/dports/devel/thrift/Portfile

Modified: trunk/dports/devel/thrift/Portfile
===================================================================
--- trunk/dports/devel/thrift/Portfile	2012-07-08 23:03:40 UTC (rev 95300)
+++ trunk/dports/devel/thrift/Portfile	2012-07-08 23:04:19 UTC (rev 95301)
@@ -33,14 +33,14 @@
                 port:pkgconfig
 
 configure.args  --with-csharp=no \
+                --with-erlang=no \
+                --with-haskell=no \
                 --with-java=no \
-                --with-erlang=no \
-                --with-py=no \
                 --with-perl=no \
-                --with-ruby=no \
-                --with-haskell=no \
                 --with-php=no \
-                --with-php_extension=no
+                --with-php_extension=no \
+                --with-py=no \
+                --with-ruby=no
 
 variant java description "enable the Java library" {
         depends_build-append    bin:ant:apache-ant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120708/8c6bc468/attachment.html>


More information about the macports-changes mailing list