diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 172a955b26d..815c2b8bed3 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} |