svn commit: r361723 - head/sysutils/ipmitool

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 13 23:10:53 UTC 2014


Author: bapt
Date: Sun Jul 13 23:10:53 2014
New Revision: 361723
URL: http://svnweb.freebsd.org/changeset/ports/361723
QAT: https://qat.redports.org/buildarchive/r361723/

Log:
  Fix build without readline on head

Modified:
  head/sysutils/ipmitool/Makefile

Modified: head/sysutils/ipmitool/Makefile
==============================================================================
--- head/sysutils/ipmitool/Makefile	Sun Jul 13 23:09:10 2014	(r361722)
+++ head/sysutils/ipmitool/Makefile	Sun Jul 13 23:10:53 2014	(r361723)
@@ -12,7 +12,7 @@ COMMENT=	CLI to manage IPMI systems
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:bzip2 gmake
+USES=		tar:bzip2 gmake readline
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-intf-lan --enable-intf-lanplus \


More information about the svn-ports-all mailing list