https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594
--- Comment #15 from Ruslan Makhmatkhanov <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
