summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortv <tv>1999-05-03 23:39:22 +0000
committertv <tv>1999-05-03 23:39:22 +0000
commita41411c128467b5294752eb3d81b4229b0fe5d31 (patch)
tree1251df59cb4169944e1988ed405807e65b9b57b5 /mail
parent66e4270bf1aa27293a956b7d565966e6b270268b (diff)
downloadpkgsrc-a41411c128467b5294752eb3d81b4229b0fe5d31.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')
-rw-r--r--mail/cyrus/Makefile6
-rw-r--r--mail/fetchmail/Makefile7
-rw-r--r--mail/nmh/Makefile7
3 files changed, 11 insertions, 9 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
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 741022f91ae..cf285c5d4f6 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 1999/05/03 11:54:20 frueauf Exp $
+# $NetBSD: Makefile,v 1.43 1999/05/03 23:39:22 tv Exp $
#
DISTNAME= fetchmail-5.0.3
@@ -17,8 +17,9 @@ CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
.include "../../mk/bsd.prefs.mk"
-.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
-CONFIGURE_ARGS += --with-kerberos=yes
+.if defined(USE_KERBEROS4)
+CONFIGURE_ARGS+=--with-kerberos=yes
+RESTRICTED= uses Kerberos encryption code
.endif
FDOC= ${PREFIX}/share/doc/fetchmail
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 0acd4f7c517..28e050b4dfc 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 1999/03/07 01:16:25 kim Exp $
+# $NetBSD: Makefile,v 1.26 1999/05/03 23:39:22 tv Exp $
# FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp
#
@@ -35,8 +35,9 @@ CONFIGURE_ARGS+= --with-editor=${NMH_EDITOR}
CONFIGURE_ARGS+= --with-pager=${NMH_PAGER}
.endif
-.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
-CONFIGURE_ARGS+= --with-krb4=yes
+.if defined(USE_KERBEROS4)
+CONFIGURE_ARGS+=--with-krb4=yes
+RESTRICTED= uses Kerberos encryption code
.endif
DOCDIR= share/doc/nmh