Date: Sun, 13 Jul 2014 23:10:53 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361723 - head/sysutils/ipmitool Message-ID: <201407132310.s6DNArKI058678@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407132310.s6DNArKI058678>