[Bug 204594] math/py-networkx: Update to 1.10
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 20 22:08:45 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594
--- Comment #15 from Ruslan Makhmatkhanov <rm at FreeBSD.org> ---
The sad news that I can't redefine OPTIONS_DEFAULT values depending on python
version. I mean this is not working:
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} <= 3000
OPTIONS_DEFAULT+= MPL GRAPHVIZ
.endif
.include <bsd.port.post.mk>
So, I'm not sure how to fix that properly. The only solution is to drop MPL and
GRAPHVIZ options and make them uncoditional runtime dependencies for python2
build. This may be ok, because these options are default anyway. Is it
applicable?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list