summaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authormycroft <mycroft>2002-07-15 18:05:49 +0000
committermycroft <mycroft>2002-07-15 18:05:49 +0000
commit00a20122a355c375726f548088028e4f1194ba51 (patch)
tree1e286a8acc84892b52e3812c70d16462efdb582c /mail/evolution
parented22d408515ab96536f52be168a39f103067c810 (diff)
downloadpkgsrc-00a20122a355c375726f548088028e4f1194ba51.tar.gz
Enable Kerberos support.
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 08ad539e084..4f5e951cfee 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2002/07/12 23:39:49 mycroft Exp $
+# $NetBSD: Makefile,v 1.20 2002/07/15 18:05:49 mycroft Exp $
DISTNAME= evolution-1.0.8
CATEGORIES= mail time gnome
@@ -36,6 +36,7 @@ REPLACE_PERL+= tools/evolution-addressbook-clean.in
REPLACE_PERL+= tools/killev
CONFIGURE_ARGS+= --with-openldap --without-static-ldap
CONFIGURE_ARGS+= --enable-nntp=yes
+CONFIGURE_ARGS+= --with-krb5=/usr --with-krb4=/usr
CONFIGURE_ARGS+= --with-db3-includes=${LOCALBASE}/include/db3
CONFIGURE_ARGS+= --with-db3-libs=${LOCALBASE}/lib
CONFIGURE_ENV+= CFLAGS="-D_POSIX_THREAD_SYSCALL_SOFT=1 ${CFLAGS}"