From 0e30b17604ac814cbe4a4baa729aea1a4c64553e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 12 Apr 2017 10:26:59 +0000 Subject: - Remove obsolete OSVERSION condition Approved by: portmgr blanket --- java/sigar/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'java') 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 .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 -- cgit v1.2.3