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
commitc20e88c6133b4f9fbfa9697d570304682924327d (patch)
tree091f46327abf4b32aaf37549d798280b2d450c56 /mail/nmh
parentbb238cfd96fdfee078152fdd7a0082c1c0eb50c1 (diff)
downloadpkgsrc-c20e88c6133b4f9fbfa9697d570304682924327d.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