diff options
-rw-r--r-- | sysutils/ipmitool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 0949232f7e3..f8189c0f876 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2020/03/20 11:58:21 nia Exp $ +# $NetBSD: Makefile,v 1.25 2020/12/23 05:39:47 mlelstv Exp $ # DISTNAME= ipmitool-1.8.18 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipmitool/} @@ -13,7 +13,7 @@ COMMENT= Command-line utility for managing IPMI devices GNU_CONFIGURE= yes INSTALLATION_DIRS+= share/examples/ipmitool share/doc/ipmitool -CONFIGURE_ARGS.NetBSD+= --disable-intf-imb +CONFIGURE_ARGS.NetBSD+= --enable-intf-open --disable-intf-imb CONFIGURE_ARGS.DragonFly+= --disable-intf-open --disable-intf-imb CONFIGURE_ARGS.SunOS+= --enable-solaris-opt |