aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-28 07:26:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-28 07:26:34 +0000
commit1fc2155a2aaaab563be4edad5ec5442278861083 (patch)
tree34f7ff3fb1c1194283a59a034459ae4debfab3b0 /editors
parent420222c3162901e2923425ec6ffae80cbbd8dc8a (diff)
downloadports-1fc2155a2aaaab563be4edad5ec5442278861083.tar.gz
ports-1fc2155a2aaaab563be4edad5ec5442278861083.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 172a955b26d7..815c2b8bed30 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vim
PORTVERSION= 7.4.${PATCHLEVEL}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= editors
MASTER_SITES= VIM:source \
${MASTER_SITE_VIM:S|unix|patches/${PORTVERSION:R}|}:patch \
@@ -127,10 +127,6 @@ CTAGS_CMD= exctags -R .
CTAGS_CMD= ${FIND} . -type f \\| ${XARGS} ctags
.endif
-.if ${PORT_OPTIONS:MGNOME}
-PKGNAMESUFFIX+= -gnome2
-.endif
-
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MPYTHON}