summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-11-22 08:42:24 +0000
committerleot <leot@pkgsrc.org>2017-11-22 08:42:24 +0000
commite3a8b8bd71cfd1cb2b35d5ef5f2d114f210eeac7 (patch)
treec4a6b21486be56ad74fda5c0b7ee8c1bb7509544
parent9599af7dc3bdd487fcf00805d548d0e380194c54 (diff)
downloadpkgsrc-e3a8b8bd71cfd1cb2b35d5ef5f2d114f210eeac7.tar.gz
nmh: If the `tls' option isn't requested pass `--without-tls' to CONFIGURE_ARGS
(Previosly if selected or not *always* `--with-tls' was accidently passed to the CONFIGURE_ARGS for the `tls' PKG_OPTION) Pointed out by Joyent SmartOS bulk builds.
-rw-r--r--mail/nmh/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nmh/options.mk b/mail/nmh/options.mk
index 7ce81febc6e..9bf8340e5bd 100644
--- a/mail/nmh/options.mk
+++ b/mail/nmh/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2017/11/21 10:32:02 leot Exp $
+# $NetBSD: options.mk,v 1.6 2017/11/22 08:42:24 leot Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nmh
PKG_SUPPORTED_OPTIONS= nmh-backup-hash oauth sasl tls
@@ -33,5 +33,5 @@ CONFIGURE_ARGS+= --without-cyrus-sasl
CONFIGURE_ARGS+= --with-tls
.include "../../security/openssl/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --with-tls
+CONFIGURE_ARGS+= --without-tls
.endif