https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519
--- Comment #26 from [email protected] --- A commit references this bug: Author: jbeich Date: Sat Oct 1 15:36:15 UTC 2016 New revision: 423072 URL: https://svnweb.freebsd.org/changeset/ports/423072 Log: graphics/py-opencv: drop python3 vestige after r422698 PYTHON_REL is defined in bsd.port.pre.mk, so this unlikely to ever have worked unless defined via make.conf. Note, USES=python only supports overriding PYTHON_VERSION apart from DEFAULT_VERSIONS=python*. $ make -V PYTHON_VERSION PYTHON_REL=3500 python2.7 $ PYTHON_REL=3500 make -V PYTHON_REL 2712 $ make -V PYTHON_REL PYTHON_VERSION=python3.5 3502 PR: 204519 (for tracking) Changes: head/graphics/opencv/Makefile -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
