svn commit: r349583 - head/www/wgetpaste

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 29 19:49:28 UTC 2014


Author: sunpoet
Date: Sat Mar 29 19:49:28 2014
New Revision: 349583
URL: http://svnweb.freebsd.org/changeset/ports/349583
QAT: https://qat.redports.org/buildarchive/r349583/

Log:
  - Use USES=tar:bzip2

Modified:
  head/www/wgetpaste/Makefile

Modified: head/www/wgetpaste/Makefile
==============================================================================
--- head/www/wgetpaste/Makefile	Sat Mar 29 19:02:54 2014	(r349582)
+++ head/www/wgetpaste/Makefile	Sat Mar 29 19:49:28 2014	(r349583)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:${POR
 		${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
 
 NO_BUILD=	yes
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 post-patch:
 	@${REINPLACE_CMD} \


More information about the svn-ports-all mailing list