From f631a0222b139efd67ce6d3a62c1447ef74d9646 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 26 May 2015 15:54:24 +0000 Subject: - Add USE_GCC to fix build on FreeBSD 10+. Using clang doesn't work as the binary it produces also segfaults - Add LICENSE_FILE PR: 200049 Submitted by: amdmi3 Approved by: maintainer timeout (zont, 2 weeks) --- sysutils/i7z/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysutils/i7z') diff --git a/sysutils/i7z/Makefile b/sysutils/i7z/Makefile index 34eba1522f2a..588067546a17 100644 --- a/sysutils/i7z/Makefile +++ b/sysutils/i7z/Makefile @@ -2,6 +2,7 @@ PORTNAME= i7z PORTVERSION= 0.27.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE @@ -9,8 +10,10 @@ MAINTAINER= zont@FreeBSD.org COMMENT= Thermal and C-state reporting utility for Intel-Core-i CPUs LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake +USE_GCC= yes PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz -- cgit