summaryrefslogtreecommitdiff
path: root/mail/cyrus
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-03 23:39:22 +0000
committertv <tv@pkgsrc.org>1999-05-03 23:39:22 +0000
commitf537c05412dd6a2f2ec6eb18def0eb9bdf9b7f1a (patch)
tree1251df59cb4169944e1988ed405807e65b9b57b5 /mail/cyrus
parenta8a6ba3ad51193e9b17d97a999829eb6b51727f6 (diff)
downloadpkgsrc-f537c05412dd6a2f2ec6eb18def0eb9bdf9b7f1a.tar.gz
Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies
use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this option; USE_ is used by many.) Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
Diffstat (limited to 'mail/cyrus')
-rw-r--r--mail/cyrus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile
index 110cbf1ad4b..7f46ef34771 100644
--- a/mail/cyrus/Makefile
+++ b/mail/cyrus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/03/07 00:41:51 kim Exp $
+# $NetBSD: Makefile,v 1.4 1999/05/03 23:39:22 tv Exp $
DISTNAME= cyrus-imapd-v1.5.14
CATEGORIES= mail
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --with-tcl=/usr/local/tcl
PKGNAME!= ${ECHO} "${DISTNAME}" | ${SED} -e 's/-imapd-v/-/'
-.if exists(/usr/lib/libkrb.a) && \
- (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
+.if defined(USE_KERBEROS4)
CONFIGURE_ARGS+= --with-login=krb
+RESTRICTED= uses Kerberos encryption code
.endif