View | Details | Raw Unified | Return to bug 154095
Collapse All | Expand All

(-)Makefile (-8 / +3 lines)
Lines 45-61 Link Here
45
PLIST_SUB=	VERSION="2.32" EVO_VERSION="1.2"
45
PLIST_SUB=	VERSION="2.32" EVO_VERSION="1.2"
46
46
47
#OPTIONS=	IMAP4	"Enable experimental IMAP4 backend" off
47
#OPTIONS=	IMAP4	"Enable experimental IMAP4 backend" off
48
OPTIONS=	WEATHER "Enable weather calendar backend" on
48
OPTIONS=	WEATHER		"Enable weather calendar backend"	on	\
49
		KERBEROS	"Adds Kerberos support"			on	\
49
50
50
.include <bsd.port.pre.mk>
51
.include <bsd.port.pre.mk>
51
52
52
.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS)
53
.if !defined(WITHOUT_KERBEROS)
53
HEIMDAL_HOME?=		${LOCALBASE}
54
LIB_DEPENDS+=		krb5:${PORTSDIR}/security/heimdal
55
CONFIGURE_ARGS+=	--with-krb5=${HEIMDAL_HOME} \
56
			--with-krb5-includes=${HEIMDAL_HOME}/include
57
KRB5_LIB=		`${HEIMDAL_HOME}/bin/krb5-config gssapi --libs`
58
.elif !defined(NO_KERBEROS)
59
CONFIGURE_ARGS+=	--with-krb5=/usr
54
CONFIGURE_ARGS+=	--with-krb5=/usr
60
KRB5_LIB=		`/usr/bin/krb5-config gssapi --libs`
55
KRB5_LIB=		`/usr/bin/krb5-config gssapi --libs`
61
.endif
56
.endif

Return to bug 154095