[40150] trunk/dports/www/elinks/Portfile

simon at macports.org simon at macports.org
Mon Sep 22 13:27:34 PDT 2008


Revision: 40150
          http://trac.macports.org/changeset/40150
Author:   simon at macports.org
Date:     2008-09-22 13:27:33 -0700 (Mon, 22 Sep 2008)
Log Message:
-----------
www/elinks: Moved all variants to the bottom.

Modified Paths:
--------------
    trunk/dports/www/elinks/Portfile

Modified: trunk/dports/www/elinks/Portfile
===================================================================
--- trunk/dports/www/elinks/Portfile	2008-09-22 20:03:46 UTC (rev 40149)
+++ trunk/dports/www/elinks/Portfile	2008-09-22 20:27:33 UTC (rev 40150)
@@ -26,13 +26,6 @@
                     port:bzip2 \
                     port:expat
 
-variant col256 description {Use 256 colours if supported by the terminal} {
-    post-extract {
-        reinplace "s|CONFIG_256_COLORS=no|CONFIG_256_COLORS=yes|" \
-            ${worksrcpath}/features.conf
-    }
-}
-
 configure.args      --mandir=${prefix}/share/man \
                     --disable-nls \
                     --without-guile \
@@ -41,6 +34,13 @@
                     --with-openssl=${prefix} \
                     --with-zlib=${prefix}
 
+variant col256 description {Use 256 colours if supported by the terminal} {
+    post-extract {
+        reinplace "s|CONFIG_256_COLORS=no|CONFIG_256_COLORS=yes|" \
+            ${worksrcpath}/features.conf
+    }
+}
+
 variant lua description {Build with Lua support} {
     depends_lib-append      port:lua50
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080922/86f2d0f5/attachment.html 


More information about the macports-changes mailing list