Revision: 100271 https://trac.macports.org/changeset/100271 Author: g5pw@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