diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-10 19:54:00 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-10 19:54:00 +0000 |
commit | cefe641421ebc2f312849a1f87e6067bcade78b3 (patch) | |
tree | 7d5213aa3fad123445acd2a88560c635f1341cfa | |
parent | e8b6c584aa868b6d024e6d7b3714c48f59078292 (diff) | |
download | FreeBSD-ports-cefe641421ebc2f312849a1f87e6067bcade78b3.zip FreeBSD-ports-cefe641421ebc2f312849a1f87e6067bcade78b3.tar.gz |
- Remove USES=tar:bzip2
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 934cc0b..c5d4dc7 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -27,7 +27,7 @@ ALL_TARGET= # empty MAKE_ARGS+= CC="${CC}" CONF_ARGS="--prefix=${PREFIX} ${CSCOPE_ARG}" STRIP="${STRIP_CMD}" CONF_OPT_MULTIBYTE=--enable-multibyte CONF_TERM_LIB=--with-tlib=termlib MAKE_ARGS+= VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER} VIMRCLOC=${ETCDIR} REINPLACE_ARGS= -i '' -USES= cpe iconv ncurses pkgconfig shebangfix tar:bzip2 +USES= cpe iconv ncurses pkgconfig shebangfix WANT_GNOME= yes PLIST_SUB= VIM_VER=${VIM_VER} |