svn commit: r360327 - head/comms/tilp2

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 3 00:07:15 UTC 2014


Author: amdmi3
Date: Thu Jul  3 00:07:15 2014
New Revision: 360327
URL: http://svnweb.freebsd.org/changeset/ports/360327
QAT: https://qat.redports.org/buildarchive/r360327/

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

Modified:
  head/comms/tilp2/Makefile

Modified: head/comms/tilp2/Makefile
==============================================================================
--- head/comms/tilp2/Makefile	Thu Jul  3 00:07:09 2014	(r360326)
+++ head/comms/tilp2/Makefile	Thu Jul  3 00:07:15 2014	(r360327)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	libticables2.so:${PORTSDIR}
 		libticalcs2.so:${PORTSDIR}/comms/libticalcs2	\
 		libticonv.so:${PORTSDIR}/converters/libticonv
 
-USES=		desktop-file-utils gmake pkgconfig shared-mime-info
-USE_BZIP2=	yes
+USES=		desktop-file-utils gmake pkgconfig shared-mime-info tar:bzip2
 USE_GNOME=	gtk20
 
 OPTIONS_DEFINE=	NLS


More information about the svn-ports-head mailing list