summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorassar <assar@pkgsrc.org>2001-03-04 03:26:50 +0000
committerassar <assar@pkgsrc.org>2001-03-04 03:26:50 +0000
commit55da32de67858dd68e54badc3323ada1928b4e0d (patch)
tree091f46327abf4b32aaf37549d798280b2d450c56 /mail
parent912af0eecffc40a808025dc4206a786152c6c9b5 (diff)
downloadpkgsrc-55da32de67858dd68e54badc3323ada1928b4e0d.tar.gz
turn KERBEROS into a binary switch
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--mail/nmh/Makefile4
-rw-r--r--mail/qpopper/Makefile7
3 files changed, 10 insertions, 5 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 9a8abc8ca4a..52c77af5664 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2001/03/03 12:27:50 frueauf Exp $
+# $NetBSD: Makefile,v 1.87 2001/03/04 03:26:50 assar Exp $
#
DISTNAME= fetchmail-5.7.0
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+=--without-ssl
BUILD_DEFS+= FETCHMAIL_USE_SSL
-.if defined(KERBEROS) && ${KERBEROS} == 4
+.if defined(KERBEROS)
USE_KERBEROS= yes
CONFIGURE_ARGS+=--with-kerberos=yes
.else
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index f3735a9c0d9..f00f444414a 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2001/02/17 18:24:57 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2001/03/04 03:26:50 assar Exp $
# FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp
#
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-editor=${NMH_EDITOR}
CONFIGURE_ARGS+= --with-pager=${NMH_PAGER}
.endif
-.if defined(KERBEROS) && ${KERBEROS} == 4
+.if defined(KERBEROS)
USE_KERBEROS= # defined
CONFIGURE_ARGS+= --with-krb4
.else
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index 4f817de1386..314fd3239b9 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/02/17 18:25:03 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2001/03/04 03:26:51 assar Exp $
#
DISTNAME= qpopper3.1.2
@@ -21,6 +21,11 @@ CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec \
.include "../../mk/bsd.prefs.mk"
+.if defined(KERBEROS)
+USE_KERBEROS= # defined
+CONFIGURE_ARGS+= --enable-kerberos
+.endif
+
BUILD_DEFS+= QPOPPER_SERVERMODE USE_INET6
.include "../../mk/bsd.prefs.mk"