Index: vim-lite/Makefile =================================================================== --- vim-lite/Makefile (revision 315671) +++ vim-lite/Makefile (working copy) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vim-lite -# Date created: Fri Jun 25, 1999 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# LITE= yes @@ -13,4 +8,6 @@ MAINTAINER?= obrien@FreeBSD.org COMMENT?= Vi "workalike", with many additional features (Lite package) +PORTREVISION= 2 + .include "${MASTERDIR}/Makefile" Index: vim/Makefile =================================================================== --- vim/Makefile (revision 315671) +++ vim/Makefile (working copy) @@ -112,11 +112,12 @@ .if defined(LITE) PKGNAMESUFFIX= -lite -MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x --enable-multibyte" +CONF_OPT_GUI="--enable-gui=no --without-x --enable-multibyte" MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable-tclinterp --disable-rubyinterp --disable-luainterp" .else # !LITE MAKE_ARGS+= CONF_OPT_FEAT="--with-features=big" I18N= CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-xim" +CONF_OPT_GUI="--enable-gui=no --without-x" .endif .if ${PORT_OPTIONS:MCSCOPE} @@ -131,7 +132,6 @@ CTAGS_CMD= ${FIND} . -type f \\|${XARGS} ctags .endif -CONF_OPT_GUI="--enable-gui=no --without-x" .if ${PORT_OPTIONS:MX11} CONF_OPT_GUI="--enable-gui=no --with-x"