Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 18:26:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357519 - head/sysutils/keyboard-daemon
Message-ID:  <201406111826.s5BIQPFu022995@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 11 18:26:24 2014
New Revision: 357519
URL: http://svnweb.freebsd.org/changeset/ports/357519
QAT: https://qat.redports.org/buildarchive/r357519/

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

Modified:
  head/sysutils/keyboard-daemon/Makefile

Modified: head/sysutils/keyboard-daemon/Makefile
==============================================================================
--- head/sysutils/keyboard-daemon/Makefile	Wed Jun 11 18:22:48 2014	(r357518)
+++ head/sysutils/keyboard-daemon/Makefile	Wed Jun 11 18:26:24 2014	(r357519)
@@ -12,7 +12,7 @@ LICENSE=	BSD
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libcfu.a:${PORTSDIR}/devel/libcfu
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 USE_RC_SUBR=	${PORTNAME:S/-/_/}
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406111826.s5BIQPFu022995>