diff options
author | stas <stas@FreeBSD.org> | 2009-10-15 17:57:54 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-10-15 17:57:54 +0800 |
commit | 84deb794031afea93d38e1e4a7bb14a0d8bd5b34 (patch) | |
tree | 4fb14036a5ba99e2fd854c034f38e63b55cab4f0 /sysutils/devcpu | |
parent | 754084305763e61b3e1f2b8ccb6c201ab9c56c63 (diff) | |
download | freebsd-ports-gnome-84deb794031afea93d38e1e4a7bb14a0d8bd5b34.tar.gz freebsd-ports-gnome-84deb794031afea93d38e1e4a7bb14a0d8bd5b34.tar.zst freebsd-ports-gnome-84deb794031afea93d38e1e4a7bb14a0d8bd5b34.zip |
- Fix OSVERSION check.
Diffstat (limited to 'sysutils/devcpu')
-rw-r--r-- | sysutils/devcpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/devcpu/Makefile b/sysutils/devcpu/Makefile index abe6c736ad0c..02a5fc9bbae2 100644 --- a/sysutils/devcpu/Makefile +++ b/sysutils/devcpu/Makefile @@ -42,7 +42,7 @@ MAN8= cpu_microcode_tool.8 IGNORE= not supported .endif -.if ${OSVERSION} > 720000 +.if ${OSVERSION} >= 701102 IGNORE= already included into base system .endif |