diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-26 15:54:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-26 15:54:24 +0000 |
commit | 246d2efa62dab845aa9ed8d1b9159b49bf365b87 (patch) | |
tree | 9f7d9eef7f5aa4b53ac6c385b3e0222f6a9657c6 /sysutils/i7z | |
parent | 85d668cf0ef65a319bdd29869b0ea5d2a995eb78 (diff) |
Notes
Diffstat (limited to 'sysutils/i7z')
-rw-r--r-- | sysutils/i7z/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |