diff options
author | dholland <dholland> | 2014-09-20 23:15:03 +0000 |
---|---|---|
committer | dholland <dholland> | 2014-09-20 23:15:03 +0000 |
commit | 3d9d9d7a3a51ca813744a70f5bf714c1f1d415f7 (patch) | |
tree | fb06f345e3934616089681800937a90edaa0a986 /mail | |
parent | 54bbf240d51dd9f57ab02642b19341dbb7ed14c5 (diff) | |
download | pkgsrc-3d9d9d7a3a51ca813744a70f5bf714c1f1d415f7.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/Makefile | 5 |
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" |