svn commit: r356353 - head/editors/biew

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 3 12:59:51 UTC 2014


Author: amdmi3
Date: Tue Jun  3 12:59:51 2014
New Revision: 356353
URL: http://svnweb.freebsd.org/changeset/ports/356353
QAT: https://qat.redports.org/buildarchive/r356353/

Log:
  - Convert USE_BZIP2 to USES
  
  Approved by:	portmgr blanket

Modified:
  head/editors/biew/Makefile

Modified: head/editors/biew/Makefile
==============================================================================
--- head/editors/biew/Makefile	Tue Jun  3 12:53:54 2014	(r356352)
+++ head/editors/biew/Makefile	Tue Jun  3 12:59:51 2014	(r356353)
@@ -13,8 +13,7 @@ COMMENT=	Binary file viewer and editor
 
 LICENSE=	GPLv2
 
-USES=		dos2unix gmake iconv
-USE_BZIP2=	yes
+USES=		dos2unix gmake iconv tar:bzip2
 DOS2UNIX_FILES=	${PORTDOCS:S,^,doc/,}
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--cc="${CC}" --with-extraincdir="${LOCALBASE}/include" \


More information about the svn-ports-all mailing list