diff options
Diffstat (limited to 'databases/mariadb101-server/Makefile')
-rw-r--r-- | databases/mariadb101-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mariadb101-server/Makefile b/databases/mariadb101-server/Makefile index 998eaef4f15b..de60e475e5d8 100644 --- a/databases/mariadb101-server/Makefile +++ b/databases/mariadb101-server/Makefile @@ -185,7 +185,7 @@ post-install-MROONGA-on: .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 |