diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-03 11:26:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-03 11:26:48 +0000 |
commit | 0438143249634ab5028e53cb468d99a894c62995 (patch) | |
tree | 204c01c7973e83331fc29d8b09e59b3e9f219bd6 /java | |
parent | 68f48ea6c2e03359333e7b211625e51e06aa2026 (diff) |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/sigar/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/java/sigar/Makefile b/java/sigar/Makefile index 105f115caa2e..1d0e0347653b 100644 --- a/java/sigar/Makefile +++ b/java/sigar/Makefile @@ -40,14 +40,8 @@ WRKSRC= ${WRKDIR}/amishHammer-sigar-${GH_COMMIT} PLATFORM_VER= 1 . elif ${OSVERSION} >= 900000 PLATFORM_VER= 9 -. elif ${OSVERSION} >= 800000 -PLATFORM_VER= 8 -. elif ${OSVERSION} >= 700000 -PLATFORM_VER= 7 -. elif ${OSVERSION} >= 600000 -PLATFORM_VER= 6 . else -BROKEN= Unsupported FreeBSD version +PLATFORM_VER= 8 . endif .else BROKEN= ${OPSYS} platform is not supported |