summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorjlam <jlam>2000-01-15 18:46:22 +0000
committerjlam <jlam>2000-01-15 18:46:22 +0000
commit0621c71e9449c89ae7e01e779f4958a08d265513 (patch)
treec6a93602074e7aa963f2e7e309c2647a417b3145 /mail/mutt
parentfa6ba580f07a868252317511f0958a6f6db5940b (diff)
downloadpkgsrc-0621c71e9449c89ae7e01e779f4958a08d265513.tar.gz
Update dependency on ncurses to >=4.2
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile4
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