diff options
Diffstat (limited to 'databases/mariadb102-server')
-rw-r--r-- | databases/mariadb102-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mariadb102-server/Makefile b/databases/mariadb102-server/Makefile index 8d343934ea3e..bbab07fa25bc 100644 --- a/databases/mariadb102-server/Makefile +++ b/databases/mariadb102-server/Makefile @@ -196,7 +196,7 @@ GSSAPI_BASE_IGNORE= BASE_GSSAPI is not compatible with OpenSSL from ports. Use o .include <bsd.port.options.mk> -.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1101515 || \ +.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1101514 || \ ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200057 SUB_LIST+= LEGACY_LIMITS="" MODERN_LIMITS="@comment " .else |