Revision
90190
Author
rmstonecipher@macports.org
Date
2012-02-25 11:42:39 -0800 (Sat, 25 Feb 2012)

Log Message

aqua/HandBrake default to +python27 if neither +python2x variant is selected rather than defaulting to +python26 if +python27 is not selected

Modified Paths

Diff

Modified: trunk/dports/aqua/HandBrake/Portfile (90189 => 90190)


--- trunk/dports/aqua/HandBrake/Portfile	2012-02-25 19:06:59 UTC (rev 90189)
+++ trunk/dports/aqua/HandBrake/Portfile	2012-02-25 19:42:39 UTC (rev 90190)
@@ -82,11 +82,10 @@
     python.default_version 27
 }
 
-if {![variant_isset python27]} {
-    default_variants +python26
+if {![variant_isset python26] && ![variant_isset python27]} {
+    default_variants +python27
 }
 
-
 depends_build   bin:curl:curl \
                 port:yasm