diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-04-20 08:59:24 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-04-20 08:59:24 +0000 |
commit | 387f493aeaccec1e56d2befce801c6bacf769e55 (patch) | |
tree | 25bc414956e6388b7db8a1b47de00745ee2110af /mail | |
parent | 78575b7d0aae0084ccd7b28a0754fa28a0ce591d (diff) | |
download | pkgsrc-387f493aeaccec1e56d2befce801c6bacf769e55.tar.gz |
Ensure our krb5-config wrapper is found. Fixes SunOS.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk index d5d7622311b..dc3a7e39d85 100644 --- a/mail/mutt/options.mk +++ b/mail/mutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.28 2017/03/07 20:42:28 elric Exp $ +# $NetBSD: options.mk,v 1.29 2017/04/20 08:59:24 jperkin Exp $ # Global and legacy options @@ -18,10 +18,10 @@ PKG_OPTIONS_LEGACY_OPTS+= ncurses:curses ncursesw:wide-curses ### ### GSSAPI ### - +CONFIGURE_ENV+= ac_cv_path_KRB5CFGPATH=${KRB5_CONFIG} .if !empty(PKG_OPTIONS:Mgssapi) . include "../../mk/krb5.buildlink3.mk" -CONFIGURE_ARGS+= --with-gss=${KRB5BASE} +CONFIGURE_ARGS+= --with-gss=${KRB5BASE} .endif ### curses |