summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2014-09-20 23:15:03 +0000
committerdholland <dholland@pkgsrc.org>2014-09-20 23:15:03 +0000
commitc271579479de11c7accc3cbd2b2fb1f3e7976069 (patch)
treefb06f345e3934616089681800937a90edaa0a986 /mail
parent74e465b56c3dcf4720a5dbf2e3e71ad9c3a8808b (diff)
downloadpkgsrc-c271579479de11c7accc3cbd2b2fb1f3e7976069.tar.gz
This version of nmh specifically needs terminfo and not termcap
Adjust accordingly and bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r--mail/nmh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index aab82ba3579..387d2b77c24 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.84 2014/09/06 16:07:43 schnoebe Exp $
+# $NetBSD: Makefile,v 1.85 2014/09/20 23:15:03 dholland Exp $
DISTNAME= nmh-1.6
CATEGORIES= mail
MASTER_SITES= http://savannah.nongnu.org/download/nmh/
+PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nongnu.org/nmh/
@@ -88,5 +89,5 @@ CONFIGURE_ARGS+= --with-ndbm='gdbm_compat -lgdbm'
CONFIGURE_ARGS+= --with-ndbmheader=ndbm.h
.endif
-.include "../../mk/termcap.buildlink3.mk"
+.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"