> Revision: 125348 > https://trac.macports.org/changeset/125348 > Author: elelay at macports.org > Date: 2014-09-14 03:09:37 -0700 (Sun, 14 Sep 2014) > Log Message: > ----------- > quodlibet: use python.versions instead of python.version to get quodlibet-2.7 > in PATH > > Modified Paths: > -------------- > trunk/dports/python/quodlibet/Portfile > > Modified: trunk/dports/python/quodlibet/Portfile > =================================================================== > --- trunk/dports/python/quodlibet/Portfile 2014-09-14 09:37:37 UTC (rev > 125347) > +++ trunk/dports/python/quodlibet/Portfile 2014-09-14 10:09:37 UTC (rev > 125348) > @@ -28,7 +28,7 @@ > checksums rmd160 339ca3429ead2a7b104ded91c5e5c1024647cc35 \ > sha256 > 4dbcfab67bdbfc29d36680ed99fe3b911ce86328eae3557f62d36a55ba2f60f1 > > -python.version 27 > +python.versions 27
The variable you are required to set here is actually python.default_version, as documented: <http://guide.macports.org/chunked/reference.portgroup.html#reference.portgroup.python> - Josh _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
