aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-03-11 03:54:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-03-11 03:54:00 +0800
commitd6619ab26fdc6ece0bb3ac097116ae29343d849e (patch)
tree7d5213aa3fad123445acd2a88560c635f1341cfa /editors
parent5657ea6f7343304c9f2c466bd910a42abc473484 (diff)
downloadfreebsd-ports-gnome-d6619ab26fdc6ece0bb3ac097116ae29343d849e.tar.gz
freebsd-ports-gnome-d6619ab26fdc6ece0bb3ac097116ae29343d849e.tar.zst
freebsd-ports-gnome-d6619ab26fdc6ece0bb3ac097116ae29343d849e.zip
- Remove USES=tar:bzip2
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 934cc0b599db..c5d4dc79d7e8 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}