summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/influxdb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/influxdb/Makefile b/databases/influxdb/Makefile
index c666353ce05f..7c1690a2b507 100644
--- a/databases/influxdb/Makefile
+++ b/databases/influxdb/Makefile
@@ -103,8 +103,7 @@ PLIST_SUB= INFLUXD_USER=${INFLUXD_USER} \
.include <bsd.port.pre.mk>
-.if ${OPSYS} == "FreeBSD" && ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || \
- ${OSVERSION} >= 1200015)
+.if ${OPSYS} == "FreeBSD"
SUB_LIST+= INFLUXD_LOGCMD="daemon"
.else
SUB_LIST+= INFLUXD_LOGCMD="logger"