[100271] trunk/dports/python/py-cairo/Portfile

g5pw at macports.org g5pw at macports.org
Thu Dec 6 03:39:19 PST 2012


Revision: 100271
          https://trac.macports.org/changeset/100271
Author:   g5pw at macports.org
Date:     2012-12-06 03:39:19 -0800 (Thu, 06 Dec 2012)
Log Message:
-----------
python/py-cairo:
  move variant out of stub port

Modified Paths:
--------------
    trunk/dports/python/py-cairo/Portfile

Modified: trunk/dports/python/py-cairo/Portfile
===================================================================
--- trunk/dports/python/py-cairo/Portfile	2012-12-06 11:37:50 UTC (rev 100270)
+++ trunk/dports/python/py-cairo/Portfile	2012-12-06 11:39:19 UTC (rev 100271)
@@ -65,16 +65,16 @@
         }
     }
 
+    variant x11 {
+        pre-configure {
+            require_active_variants cairo x11
+        }
+    }
+
+    default_variants        +x11
+
     livecheck.type       none
 } else {
     livecheck.type       regex
     livecheck.regex      "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-variant x11 {
-    pre-configure {
-        require_active_variants cairo x11
-    }
-}
-
-default_variants        +x11
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121206/f755a723/attachment.html>


More information about the macports-changes mailing list