diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2009-05-25 17:21:49 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2009-05-25 17:21:49 +0000 |
commit | cbad2d505813094883e9d01a66b9b053b2dc60c4 (patch) | |
tree | e793882028b54f075dc85ab1c4d774a10d2dcf6e /sysutils/cpupowerd/Makefile | |
parent | c7ae40249b73a8e2e0690ad6589e5adadf0c287b (diff) |
Notes
Diffstat (limited to 'sysutils/cpupowerd/Makefile')
-rw-r--r-- | sysutils/cpupowerd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/cpupowerd/Makefile b/sysutils/cpupowerd/Makefile index 6820402ae30c..99665b33da81 100644 --- a/sysutils/cpupowerd/Makefile +++ b/sysutils/cpupowerd/Makefile @@ -7,6 +7,7 @@ PORTNAME= cpupowerd PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF @@ -23,8 +24,11 @@ OPTIONS= CREATELOAD "Install createload.sh for stability testing" Off .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800042 +.if (${OSVERSION} < 800042 && ${OSVERSION} >= 800000) || ${OSVERSION} < 701102 BUILD_DEPENDS+= ${LOCALBASE}/include/cpu.h:${PORTSDIR}/sysutils/devcpu +SUB_LIST+= CPUCTL="cpu" +.else +SUB_LIST+= CPUCTL="cpuctl" .endif .if defined(WITH_CREATELOAD) |