[90190] trunk/dports/aqua/HandBrake/Portfile
rmstonecipher at macports.org
rmstonecipher at macports.org
Sat Feb 25 11:42:41 PST 2012
Revision: 90190
http://trac.macports.org/changeset/90190
Author: rmstonecipher at 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:
--------------
trunk/dports/aqua/HandBrake/Portfile
Modified: trunk/dports/aqua/HandBrake/Portfile
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120225/3e2a0a3d/attachment.html>
More information about the macports-changes
mailing list