svn commit: r410779 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 10 19:54:01 UTC 2016


Author: sunpoet
Date: Thu Mar 10 19:54:00 2016
New Revision: 410779
URL: https://svnweb.freebsd.org/changeset/ports/410779

Log:
  - Remove USES=tar:bzip2

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Thu Mar 10 19:53:55 2016	(r410778)
+++ head/editors/vim/Makefile	Thu Mar 10 19:54:00 2016	(r410779)
@@ -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}


More information about the svn-ports-all mailing list