diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 08:27:02 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 08:27:02 +0000 |
commit | fb004caf224b9dc3851a2b47e93834c7eb188a49 (patch) | |
tree | 948a158177d1cda7520cc36f2bcb6f949a858590 /sysutils/ipmitool/Makefile | |
parent | a9480760c2c6f5a5caa6624d12945492f6d1aeba (diff) | |
download | pkgsrc-fb004caf224b9dc3851a2b47e93834c7eb188a49.tar.gz |
Remove manual OPSYSVARS additions which are now part of the default set.
Diffstat (limited to 'sysutils/ipmitool/Makefile')
-rw-r--r-- | sysutils/ipmitool/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 51af8361690..d1f01ff6668 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/10/09 14:06:57 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/02/25 08:27:04 jperkin Exp $ # DISTNAME= ipmitool-1.8.11 @@ -13,10 +13,9 @@ COMMENT= Command-line utility for managing IPMI devices GNU_CONFIGURE= yes INSTALLATION_DIRS+= share/examples/ipmitool share/doc/ipmitool -OPSYSVARS+= CONFIGURE_ARGS -CONFIGURE_ARGS.NetBSD+= --disable-intf-open --disable-intf-imb -CONFIGURE_ARGS.DragonFly+= --disable-intf-open --disable-intf-imb -CONFIGURE_ARGS.SunOS+= --enable-solaris-opt +CONFIGURE_ARGS.NetBSD+= --disable-intf-open --disable-intf-imb +CONFIGURE_ARGS.DragonFly+= --disable-intf-open --disable-intf-imb +CONFIGURE_ARGS.SunOS+= --enable-solaris-opt # ipmitool uses rl_event_hook .include "../../devel/readline/buildlink3.mk" |