diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 1 | ||||
-rw-r--r-- | editors/vim/files/patch-src-auto-configure | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 8f55d344c35a..11972c5575bb 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -3,6 +3,7 @@ PORTNAME= vim PORTVERSION= 8.0.0134 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= editors diff --git a/editors/vim/files/patch-src-auto-configure b/editors/vim/files/patch-src-auto-configure index 7c49538f8ed9..3ac8877e6f96 100644 --- a/editors/vim/files/patch-src-auto-configure +++ b/editors/vim/files/patch-src-auto-configure @@ -60,7 +60,7 @@ fi - for ac_prog in python3 python -+ for ac_prog in python3.5 python3.4 python3.3 python3.2 ++ for ac_prog in python3.6 python3.5 python3.4 python3.3 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |