aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-02-28 17:31:34 +0800
committermiwi <miwi@FreeBSD.org>2008-02-28 17:31:34 +0800
commitabe8b53cf34487f769a291d6e7bed79effa73b98 (patch)
tree89f107f3afbff0a1067c6cde908ea2ae9389b90f
parent1d4e216e48a8f7e020df4272239fe24b55d828cb (diff)
downloadfreebsd-ports-graphics-abe8b53cf34487f769a291d6e7bed79effa73b98.tar.gz
freebsd-ports-graphics-abe8b53cf34487f769a291d6e7bed79effa73b98.tar.zst
freebsd-ports-graphics-abe8b53cf34487f769a291d6e7bed79effa73b98.zip
- Fix dependency for the security/krb5 port.
- Bump PORTREVISION PR: 117823 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
-rw-r--r--mail/mutt/Makefile4
-rw-r--r--mail/mutt14/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index a0f27a9d158..5244d703bfa 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/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)
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index a0f27a9d158..5244d703bfa 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)