aboutsummaryrefslogtreecommitdiff
path: root/databases/mariadb55-server
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-06-10 15:22:12 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-06-10 15:22:12 +0000
commit24581968747e1637cef3f8b0e26f92ac19b93677 (patch)
tree9c0d61b46ea6b424c45130ff763a3f66363e24a1 /databases/mariadb55-server
parent86d86063ee7b34a8336bcfa638b82fc599cdf40a (diff)
downloadports-24581968747e1637cef3f8b0e26f92ac19b93677.tar.gz
ports-24581968747e1637cef3f8b0e26f92ac19b93677.zip
Notes
Diffstat (limited to 'databases/mariadb55-server')
-rw-r--r--databases/mariadb55-server/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile
index 24948318e045..819dff575c60 100644
--- a/databases/mariadb55-server/Makefile
+++ b/databases/mariadb55-server/Makefile
@@ -83,9 +83,14 @@ CMAKE_ARGS+= -DWITH_JEMALLOC="system"
.endif
.if ${PORT_OPTIONS:MSSL}
+.if exists(${LOCALBASE}/include/openssl/opensslv.h)
+. if !${PORT_OPTIONS:MOPENSSL} || !${PORT_OPTIONS:MPORTSSL}
+IGNORE= security/openssl package is installed. To build this either select the OPENSSL and PORTSSL options or deinstall openssl
+. endif
+.endif
.if ${PORT_OPTIONS:MOPENSSL}
USE_OPENSSL= yes
-.if empty(PORT_OPTIONS:MPORTSSL)
+.if !${PORT_OPTIONS:MPORTSSL}
WITH_OPENSSL_BASE= yes
.else
WITH_OPENSSL_PORT= yes