On 05.11.2017 19:08, blubee blubeeme wrote:
I am trying to build a port that requires python3.2 language support as
well as py3-gobject3
this same port also requires ibus but when I set ibus as a library, the
project fails to build because ibus can't depends on python 2.7 or less.
How do I get around this?
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"
Check the python version in /usr/portks/Mk/bsd.default-versions.mk
In addition check that your /usr/local/bin/python is a symbolic link to
the correct version.
(and of course if version 3.2 or higher is installed)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"