https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193433
Kubilay Kocak <ko...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy, needs-patch, needs-qa Priority|--- |Normal Status|Needs Triage |Open CC| |pyt...@freebsd.org Assignee|freebsd-ports-bugs@FreeBSD. |gn...@freebsd.org |org | Summary|gtk20 Makefile uses Python |x11-toolkits/gtk20: |2.7_2,2, causes openshot to |Makefile uses Python |fail with erroneous missing |2.7_2,2, causes openshot to |libmp3lame claim |fail with erroneous missing | |libmp3lame claim --- Comment #1 from Kubilay Kocak <ko...@freebsd.org> --- lang/python just provides symlinks to relevant binaries depending on the what the default version of Python is for the system in question (DEFAULT_VERSIONS, PYTHON_DEFAULT_VERSION) RUN_DEPENDS= python:${PORTSDIR}/lang/python is likely better converted to USES=python[:<version>] The value of version of course should consider gtk20's Python version compatibility, and how the python interpreter is invoked via its scripts. See PEP-394 for more information [1] [1] http://legacy.python.org/dev/peps/pep-0394/ -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"