diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:10:53 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:10:53 +0000 |
| commit | 91b426eacc6f284874109cb937ffee0e7132a290 (patch) | |
| tree | 3382e9c3495cd0444fa443f31bc876878df4173d | |
| parent | Modernize LIB_DEPENDS (diff) | |
Fix build without readline on head
| -rw-r--r-- | sysutils/ipmitool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 57fa65f6ccf7..de37fed92f03 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -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 \ |
