diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-07-15 18:05:49 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-07-15 18:05:49 +0000 |
commit | 03036da07456c23f61d6b31852c957577809675f (patch) | |
tree | 1e286a8acc84892b52e3812c70d16462efdb582c /mail/evolution | |
parent | 13649aa998ce6a850ebc8d4e9292a7eeb154019b (diff) | |
download | pkgsrc-03036da07456c23f61d6b31852c957577809675f.tar.gz |
Enable Kerberos support.
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 3 |
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}" |