diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-12-31 14:52:35 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-12-31 14:52:35 +0000 |
commit | 7b9efad304d4604a17c27cbe645fe77dcade6f7e (patch) | |
tree | 97ae59356effe2dc719568e957ea817463edfa66 /editors/vim/Makefile | |
parent | 2f6eb8612ddabe88c5c87367c6c41a0e568de131 (diff) | |
download | ports-7b9efad304d4604a17c27cbe645fe77dcade6f7e.tar.gz ports-7b9efad304d4604a17c27cbe645fe77dcade6f7e.zip |
Remove the check for python 3.2, and add a check for python 3.6. Without
this, users with DEFAULT_VERSIONS+=python=3.6 were getting vim without
python3 support. PORTREVISION bump for this, because py3.6 users need
a rebuilt vim.
PR: 215676
Submitted by: rsmith xs4all nl
Notes
Notes:
svn path=/head/; revision=430125
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 1 insertions, 0 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 |