On Tue, Feb 17, 2009 at 09:29:24PM -0700, Frank Schima said: > > On Feb 17, 2009, at 9:06 PM, [email protected] wrote: [...] >> >> variant python description {build Python language binding} { >> - configure.args-append --with-python >> + depends_lib-append port:python26 >> + configure.args-append --with-python >> } >> >> variant java description {build Java language binding} { > > Can this be changed to port:python_select so that any python version will > satisfy the dependency?
Since python_select has no python* dependencies itself, depending on it wouldn't actually cause any python to be installed. Since each python* port doesn't install the same file, a path:...:python26 dependency can't be used either. Until tickets #126 and #16723 are handled, this remains either messy (with python25, python26, etc as variants for each) or by simply picking one. Bryan _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
