diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-06-11 05:53:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-06-11 05:53:54 +0000 |
commit | 3315ef89fc0d02ea080c48bc68e5a550cf09b9d0 (patch) | |
tree | 82cde2e8664f4c8b30ddb103de75bb2557bd2c97 /sysutils | |
parent | 192128489776518b0a8ab77bd122adc815ed0f95 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/devcpu/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/devcpu/Makefile b/sysutils/devcpu/Makefile index f6844ed629d1..04b818c35e06 100644 --- a/sysutils/devcpu/Makefile +++ b/sysutils/devcpu/Makefile @@ -16,6 +16,9 @@ COMMENT= Kernel module that provides access to i386 MSRs and cpuid info RUN_DEPENDS= ${STAMPFILE}:${PORTSDIR}/sysutils/devcpu-data +DEPRECATED= Already included in base system +EXPIRATION_DATE=2012-07-01 + USE_BZIP2= yes USE_RC_SUBR= devcpu USE_RUBY= yes |