summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorassar <assar>2001-03-04 03:26:50 +0000
committerassar <assar>2001-03-04 03:26:50 +0000
commitd43106e98795c65d0ebd1bb7be683dc29d309b03 (patch)
tree091f46327abf4b32aaf37549d798280b2d450c56 /mail/nmh
parente61d931b9499b02143f5c75604e3212b6742cd7f (diff)
downloadpkgsrc-d43106e98795c65d0ebd1bb7be683dc29d309b03.tar.gz
turn KERBEROS into a binary switch
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile4
1 files changed, 2 insertions, 2 deletions
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