aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt14/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-28 09:31:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-28 09:31:34 +0000
commit36056c6561e315750c8fb40ab8702fcafa1cf4b2 (patch)
treefbea062af854586eedf635cdf74eaa35b9ebf887 /mail/mutt14/Makefile
parent18561680faefc1d56201af90f3a70c709b61e7c5 (diff)
downloadports-36056c6561e315750c8fb40ab8702fcafa1cf4b2.tar.gz
ports-36056c6561e315750c8fb40ab8702fcafa1cf4b2.zip
Notes
Diffstat (limited to 'mail/mutt14/Makefile')
-rw-r--r--mail/mutt14/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index a0f27a9d1587..5244d703bfa0 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mutt
PORTVERSION= 1.4.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES+= mail ipv6
MASTER_SITES= ftp://ftp.mutt.org/mutt/ \
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \
@@ -119,7 +119,7 @@ CONFIGURE_ARGS+= --with-curses=${PREFIX}
CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
.endif
.if !defined(WITHOUT_GSSAPI)
-.if exists(${LOCALBASE}/bin/krb5-config)
+.if exists(${LOCALBASE}/bin/gss-client)
LIB_DEPENDS+= gssapi_krb5:${PORTSDIR}/security/krb5
CONFIGURE_ARGS+= --with-gss=${LOCALBASE}
.elif (defined(MAKE_KERBEROS5) && (${OSVERSION} > 500105)) || exists(/usr/lib/libkrb5.a)