summaryrefslogtreecommitdiff
path: root/java/sigar/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-12 10:26:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-12 10:26:59 +0000
commit0e30b17604ac814cbe4a4baa729aea1a4c64553e (patch)
tree63af6f6b34479c96fde1d4d2bd504e1167da5bce /java/sigar/Makefile
parent- Always check OPSYS along with OSVERSION (diff)
- Remove obsolete OSVERSION condition
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=438348
Diffstat (limited to 'java/sigar/Makefile')
-rw-r--r--java/sigar/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/java/sigar/Makefile b/java/sigar/Makefile
index 44f160e4659d..200ae896c896 100644
--- a/java/sigar/Makefile
+++ b/java/sigar/Makefile
@@ -33,13 +33,9 @@ ANT= ${SETENV} JAVA_HOME=${JAVA_HOME} ${ANT_CMD}
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
-. if ${OSVERSION} >= 1000000
PLATFORM_VER= 1
-. else
-PLATFORM_VER= 9
-. endif
.else
-BROKEN= ${OPSYS} platform is not supported
+IGNORE= ${OPSYS} platform is not supported
.endif
LIBNAME= libsigar-${ARCH:S,i386,x86,}-${OPSYS:tl}-${PLATFORM_VER}.so