aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-13 09:19:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-13 09:19:18 +0000
commit51052cc62ac42376885f740a054e81e2342d09ac (patch)
treea9aefa852886a615b0d5aa352ab9f803fe2a1ea7 /textproc
parent0e41773d60d0a538b6fa94b43fc2535b083bafee (diff)
downloadports-51052cc62ac42376885f740a054e81e2342d09ac.tar.gz
ports-51052cc62ac42376885f740a054e81e2342d09ac.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/elasticsearch/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile
index 34d661e4de7c..a9fe0260c1d7 100644
--- a/textproc/elasticsearch/Makefile
+++ b/textproc/elasticsearch/Makefile
@@ -67,17 +67,11 @@ GROUPS= ${SEARCHGROUP}
ELASTIC_DBDIR= /var/db/elasticsearch
ELASTIC_LOGDIR= /var/log/elasticsearch
-.if ${OPSYS} == FreeBSD
-. if ${OSVERSION} >= 1000000
-PLATFORM_VER= 1
-. else
-PLATFORM_VER= 9
-. endif
-.else
-BROKEN= ${OPSYS} platform is not supported
+.if ${OPSYS} != FreeBSD
+IGNORE= ${OPSYS} platform is not supported
.endif
-SIGAR_LIBNAME= libsigar-${ARCH:S,i386,x86,}-freebsd-${PLATFORM_VER}.so
+SIGAR_LIBNAME= libsigar-${ARCH:S,i386,x86,}-freebsd-9.so
SUB_LIST= SEARCHUSER=${SEARCHUSER} \
SEARCHGROUP=${SEARCHGROUP} \