diff options
-rw-r--r-- | databases/mongodb36/Makefile | 9 |
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 |