aboutsummaryrefslogtreecommitdiff
path: root/databases
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 /databases
parent587ef960b5daba6f2f7b363e9d31af360054eca4 (diff)
downloadports-6ef6f354daed572ae01f973960dbc15a92ca5967.tar.gz
ports-6ef6f354daed572ae01f973960dbc15a92ca5967.zip
Notes
Diffstat (limited to 'databases')
-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