Modified: trunk/dports/python/py-cairo/Portfile (100270 => 100271)
--- 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