aboutsummaryrefslogtreecommitdiff
path: root/databases/mariadb101-server
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-10-02 01:50:00 +0000
committerJohn Marino <marino@FreeBSD.org>2016-10-02 01:50:00 +0000
commit1eadc6fe216bb32bbccc0fb1145275f393ed9c3c (patch)
treec08195fa600ca1d7c9dcea70868be856119ceda6 /databases/mariadb101-server
parent16c36744d1cbf454f9ff36e0d0e85277dc18aed3 (diff)
downloadports-1eadc6fe216bb32bbccc0fb1145275f393ed9c3c.tar.gz
ports-1eadc6fe216bb32bbccc0fb1145275f393ed9c3c.zip
Notes
Diffstat (limited to 'databases/mariadb101-server')
-rw-r--r--databases/mariadb101-server/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/mariadb101-server/Makefile b/databases/mariadb101-server/Makefile
index 6054b4694584..629455f9c7c0 100644
--- a/databases/mariadb101-server/Makefile
+++ b/databases/mariadb101-server/Makefile
@@ -154,13 +154,15 @@ IGNORE= BASE_GSSAPI is not compatible with OpenSSL from ports. Use other GSSAPI
CMAKE_ARGS+= -DWITHOUT_TOKUDB
.endif
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000012
+.if ${OPSYS} == FreeBSD
+. if ${OSVERSION} >= 1000012
CMAKE_ARGS+= -DWITH_JEMALLOC="system"
-.else
+. else
CMAKE_ARGS+= -DWITH_JEMALLOC="no"
-.if ${PORT_OPTIONS:MGSSAPI_BASE}
+. if ${PORT_OPTIONS:MGSSAPI_BASE}
IGNORE= requires a Kerberos implementation from ports on FreeBSD < 10. Select GSSAPI_HEIMDAL or GSSAPI_MIT option
-.endif
+. endif
+. endif
.endif
post-patch: