maybe I can clarify a bit, first cairo failed to build with python2 but I added the line above to build successfully with python3 but now it needs libGL.so
===> Patching for cairo-1.14.8_1,2 ===> Applying FreeBSD patches for cairo-1.14.8_1,2 ===> cairo-1.14.8_1,2 depends on file: /usr/local/libdata/pkgconfig/xcb-renderutil.pc - found ===> cairo-1.14.8_1,2 depends on package: pkgconf>=1.3.0_1 - found ===> cairo-1.14.8_1,2 depends on file: /usr/local/lib/libGL.so - not found Maybe there's some package that offers libGL.so that can build against python3? On Sun, Nov 5, 2017 at 1:46 AM, blubee blubeeme <gurenc...@gmail.com> wrote: > I am building a port that needs python3+ > I needed to build cairo with python3+ support by adding this line: > ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo > > but this pulls in mesa-libs which needs python2.7 > > How can I build mesa-libs with python3+ or have two python version in one > port? > _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"