svn commit: r357519 - head/sysutils/keyboard-daemon

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 11 18:26:25 UTC 2014


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


More information about the svn-ports-head mailing list