From eaf199a6041ef50803c9351d046d5bd260df3936 Mon Sep 17 00:00:00 2001 From: sbruno Date: Sun, 22 May 2016 17:47:19 +0000 Subject: Do not pull in gcc, this was a leftover from debugging builds on 9.x Submitted by: Terry Kennedy --- sysutils/ipmitool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 475be5c3b926..aa3996d48146 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -3,6 +3,7 @@ PORTNAME= ipmitool PORTVERSION= 1.8.17 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF @@ -13,7 +14,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:bzip2 gmake readline -USE_GCC= yes CPE_VENDOR= sun USE_OPENSSL= yes GNU_CONFIGURE= yes -- cgit