pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mariadb104-client mariadb104-client: remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc9fc56221e1
branches:  trunk
changeset: 452440:cc9fc56221e1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 10 14:22:55 2021 +0000

description:
mariadb104-client: remove unsupported option

diffstat:

 databases/mariadb104-client/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r b1d9310d1c61 -r cc9fc56221e1 databases/mariadb104-client/options.mk
--- a/databases/mariadb104-client/options.mk    Mon May 10 14:15:55 2021 +0000
+++ b/databases/mariadb104-client/options.mk    Mon May 10 14:22:55 2021 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.1 2021/05/08 19:47:16 jdolecek Exp $
+# $NetBSD: options.mk,v 1.2 2021/05/10 14:22:56 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mariadb-client
 
-PKG_SUPPORTED_OPTIONS+=        embedded-server ssl
-PKG_SUGGESTED_OPTIONS+=        embedded-server ssl
+PKG_SUPPORTED_OPTIONS+=        ssl
+PKG_SUGGESTED_OPTIONS+=        ssl
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index