summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit5946936ffcde6674d4e6801abd4a757acd269dd5 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /mail/nmh
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
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 c5fe7d37c3b..bbc4d8fa3da 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2005/09/22 22:00:41 jlam Exp $
+# $NetBSD: Makefile,v 1.58 2005/09/28 20:52:24 rillig Exp $
DISTNAME= nmh-1.0.4
PKGREVISION= 6
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --with-pager=${NMH_PAGER}
.endif
.if defined(KERBEROS)
-PKG_USE_KERBEROS= # defined
+PKG_USE_KERBEROS= yes
.if ${OPSYS} == "NetBSD"
LIBS= -lroken -lcrypt -lcom_err
.endif