summaryrefslogtreecommitdiff
path: root/databases/mysql51-client/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql51-client/options.mk')
-rw-r--r--databases/mysql51-client/options.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/mysql51-client/options.mk b/databases/mysql51-client/options.mk
deleted file mode 100644
index 1ff29d3d30c..00000000000
--- a/databases/mysql51-client/options.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: options.mk,v 1.5 2012/09/15 14:48:57 obache Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.mysql5
-
-PKG_SUPPORTED_OPTIONS+= embedded-server mysqlmanager ndb-cluster pstack ssl
-PKG_SUGGESTED_OPTIONS+= embedded-server mysqlmanager ndb-cluster pstack ssl
-
-.include "../../mk/bsd.options.mk"
-
-###
-### Enable OpenSSL support
-###
-.if !empty(PKG_OPTIONS:Mssl)
-. include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
-.else
-CONFIGURE_ARGS+= --without-ssl
-.endif