Revert "devel/git: switch to Python 3 without touching default"

This reverts commit 4c3ce2608b.

No because this mandates 3.7 for git and dependencies and asciidoc
only works on 2.7... how this will pan out when 2.7 is removed
I'd like to see although I'm not even sure this is strictly needed
because Pyhton is not co-dependent and a mixed install for deps
is possible just fine (we have 2 and 3 in OPNsense right now).
This commit is contained in:
Franco Fichtner 2019-08-19 08:39:24 +02:00
parent 3a9334b396
commit a4e1220175

View file

@ -129,7 +129,7 @@ ALL_TARGET= all strip
.endif
.if ${PORT_OPTIONS:MP4} || ${PORT_OPTIONS:MCONTRIB}
USES+= python:3.5+
USES+= python
CONFIGURE_ARGS+= --with-python=${PYTHON_CMD}
.else
CONFIGURE_ARGS+= --without-python