diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-11 03:54:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-11 03:54:00 +0800 |
commit | d6619ab26fdc6ece0bb3ac097116ae29343d849e (patch) | |
tree | 7d5213aa3fad123445acd2a88560c635f1341cfa /editors | |
parent | 5657ea6f7343304c9f2c466bd910a42abc473484 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |