summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-05-03 18:29:29 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-05-03 18:29:29 +0000
commit6ef6f354daed572ae01f973960dbc15a92ca5967 (patch)
tree1464a0c20c39645abd5255aded55aa0bc786a378
parentwww/mod_http2-devel: Update to 1.10.20 (diff)
Remove previous version.
Reported by: jbeich
-rw-r--r--databases/mongodb36/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/mongodb36/Makefile b/databases/mongodb36/Makefile
index 81f2006418b5..2a4efa1b86fb 100644
--- a/databases/mongodb36/Makefile
+++ b/databases/mongodb36/Makefile
@@ -61,15 +61,6 @@ SSL_MAKE_ARGS= --ssl
.include <bsd.port.options.mk>
-.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1101515 || \
- ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200057
-SUB_LIST+= LEGACY_LIMITS="" MODERN_LIMITS="@comment "
-.else
-SUB_LIST+= LEGACY_LIMITS="@comment " MODERN_LIMITS=""
-.endif
-
-.include <bsd.port.options.mk>
-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057
SUB_LIST+= LEGACY_LIMITS="@comment " MODERN_LIMITS=""
.else