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 /audio/timidity/Makefile | |
parent | c5d40ff7ecb7e80efb9e81623cf30048c1add72f (diff) | |
download | pkgsrc-24ef86f8700ca8c58655404f4725425326dd8b9a.tar.gz |
Update dependency on ncurses to >=4.2
Diffstat (limited to 'audio/timidity/Makefile')
-rw-r--r-- | audio/timidity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index e1b1c37373c..3c376baa0d9 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/01/06 22:55:04 tron Exp $ +# $NetBSD: Makefile,v 1.23 2000/01/15 18:46:24 jlam Exp $ # DISTNAME= timidity-0.2i @@ -11,7 +11,7 @@ MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://www.cgs.fi/~tt/timidity/ BUILD_DEPENDS= unzip:../../archivers/unzip -DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= ncurses>=4.2:../../devel/ncurses DEPENDS+= tk-8.0.5:../../x11/tk80 NO_CDROM= "Uses copyrighted patches" |