From a4e1220175362edbf5ec1538b4a66c54eaba1ce9 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 19 Aug 2019 08:39:24 +0200 Subject: [PATCH] Revert "devel/git: switch to Python 3 without touching default" This reverts commit 4c3ce2608bd5b4c58c740521d9f95357579e6086. 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). --- devel/git/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/git/Makefile b/devel/git/Makefile index 1d35189fa94..65e7ab9a441 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -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