aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2012-06-15 13:25:00 +0800
committercy <cy@FreeBSD.org>2012-06-15 13:25:00 +0800
commit7a111c29653943286799ec23228963d5722c155c (patch)
tree4df6a7b7e75c520f975f5efcfc3d5089acf73916 /mail
parent9e77aeafad67d19c300a68fdc03eeace23b008ef (diff)
downloadfreebsd-ports-gnome-7a111c29653943286799ec23228963d5722c155c.tar.gz
freebsd-ports-gnome-7a111c29653943286799ec23228963d5722c155c.tar.zst
freebsd-ports-gnome-7a111c29653943286799ec23228963d5722c155c.zip
If we find MIT KRB5 in $KRB5_HOME, drag it in.
Approved by: Maintainer (Udo Schweigert <Udo.Schweigert@siemens.com>)
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index e0b831193fb5..d35e958b6299 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -407,6 +407,9 @@ CONFIGURE_ARGS+= --disable-gpgme
.if exists(${LOCALBASE}/bin/krb5-config)
LIB_DEPENDS+= gssapi_krb5:${PORTSDIR}/security/krb5
CONFIGURE_ARGS+= --with-gss=${LOCALBASE}
+.elif exists(${KRB5_HOME}/bin/krb5-config)
+LIB_DEPENDS+= gssapi_krb5:${PORTSDIR}/security/krb5
+CONFIGURE_ARGS+= --with-gss=${KRB5_HOME}
.elif (defined(MAKE_KERBEROS5)) || exists(/usr/lib/libkrb5.a)
CONFIGURE_ARGS+= --with-gss
USE_KRB5_SYS=YES