diff options
author | jlam <jlam@pkgsrc.org> | 2000-01-15 18:46:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-01-15 18:46:22 +0000 |
commit | 24ef86f8700ca8c58655404f4725425326dd8b9a (patch) | |
tree | c6a93602074e7aa963f2e7e309c2647a417b3145 /mail | |
parent | c5d40ff7ecb7e80efb9e81623cf30048c1add72f (diff) | |
download | pkgsrc-24ef86f8700ca8c58655404f4725425326dd8b9a.tar.gz |
Update dependency on ncurses to >=4.2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index aaf3116db4e..2a07826ded0 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2000/01/09 01:28:34 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2000/01/15 18:46:29 jlam Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -13,7 +13,7 @@ HOMEPAGE= http://www.mutt.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake -DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= ncurses>=4.2:../../devel/ncurses GNU_CONFIGURE= yes USE_GMAKE= yes |