svn commit: r354911 - head/sysutils/ipmitool

Bryan Drewery bdrewery at FreeBSD.org
Fri May 23 05:55:06 UTC 2014


Author: bdrewery
Date: Fri May 23 05:55:05 2014
New Revision: 354911
URL: http://svnweb.freebsd.org/changeset/ports/354911
QAT: https://qat.redports.org/buildarchive/r354911/

Log:
  Convert to USES

Modified:
  head/sysutils/ipmitool/Makefile

Modified: head/sysutils/ipmitool/Makefile
==============================================================================
--- head/sysutils/ipmitool/Makefile	Fri May 23 05:42:08 2014	(r354910)
+++ head/sysutils/ipmitool/Makefile	Fri May 23 05:55:05 2014	(r354911)
@@ -10,8 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	spolyack at collaborativefusion.com
 COMMENT=	CLI to manage IPMI systems
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		tar:bzip2 gmake
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-intf-lan --enable-intf-lanplus \


More information about the svn-ports-all mailing list