summaryrefslogtreecommitdiff
path: root/mail/mutt/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt/options.mk')
-rw-r--r--mail/mutt/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk
index 9b22cdc1be7..d0390af0eef 100644
--- a/mail/mutt/options.mk
+++ b/mail/mutt/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2005/05/31 10:01:38 dillo Exp $
+# $NetBSD: options.mk,v 1.8 2005/12/05 23:55:11 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
PKG_SUPPORTED_OPTIONS= slang ncurses ssl buffy-size
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --with-curses=${BUILDLINK_PREFIX.ncurses}
###
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
.else
CONFIGURE_ARGS+= --without-ssl
.endif