svn commit: r360318 - head/mail/mutt_vc_query

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 2 23:43:01 UTC 2014


Author: amdmi3
Date: Wed Jul  2 23:43:01 2014
New Revision: 360318
URL: http://svnweb.freebsd.org/changeset/ports/360318
QAT: https://qat.redports.org/buildarchive/r360318/

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

Modified:
  head/mail/mutt_vc_query/Makefile

Modified: head/mail/mutt_vc_query/Makefile
==============================================================================
--- head/mail/mutt_vc_query/Makefile	Wed Jul  2 23:41:31 2014	(r360317)
+++ head/mail/mutt_vc_query/Makefile	Wed Jul  2 23:43:01 2014	(r360318)
@@ -12,7 +12,7 @@ COMMENT=	vCard query utility for mutt
 RUN_DEPENDS=	libvc>=003:${PORTSDIR}/devel/libvc
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${PREFIX}/include \
 		-L${PREFIX}/lib


More information about the svn-ports-head mailing list