summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-04-20 08:59:24 +0000
committerjperkin <jperkin>2017-04-20 08:59:24 +0000
commitdc354d1ee07091d992ec3a14db92e12fc40d8d35 (patch)
tree33c265bbedb4cda16bafd09341ea4cce4de51372 /mail
parent7274e11a4e5b6feb351dddf47b5cb41c456742f0 (diff)
downloadpkgsrc-dc354d1ee07091d992ec3a14db92e12fc40d8d35.tar.gz
Ensure our krb5-config wrapper is found. Fixes SunOS.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/options.mk6
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