summaryrefslogtreecommitdiff
path: root/mail/cyrus
diff options
context:
space:
mode:
authortv <tv>1999-05-03 23:39:22 +0000
committertv <tv>1999-05-03 23:39:22 +0000
commite513f384d6b7d7129b0e3e45124090a81dc9ef53 (patch)
tree1251df59cb4169944e1988ed405807e65b9b57b5 /mail/cyrus
parent5283fd374acac8c947a0ec861c1bc4ce6dadf4d0 (diff)
downloadpkgsrc-e513f384d6b7d7129b0e3e45124090a81dc9ef53.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