- Remove obsolete OSVERSION condition

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov
2017-04-12 10:26:59 +00:00
parent 6fe79145bf
commit 0e30b17604
+1 -5
View File
@@ -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