diff options
author | jlam <jlam@pkgsrc.org> | 1999-07-06 07:54:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-07-06 07:54:59 +0000 |
commit | 46b4fc14ae2d16fb0caac1410b8c54673d6f81fe (patch) | |
tree | ad1edcdf5f8f7378f66fde81fdc6f33325290aad /audio | |
parent | fd659cc6233e75fd213a5688c37ccc125fe1ba1b (diff) | |
download | pkgsrc-46b4fc14ae2d16fb0caac1410b8c54673d6f81fe.tar.gz |
* Update ncurses dependency.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity/Makefile | 4 | ||||
-rw-r--r-- | audio/xmcd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 624d20446c0..8554350b5c8 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/04/01 13:38:43 agc Exp $ +# $NetBSD: Makefile,v 1.20 1999/07/06 07:54:59 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-1.9.9g:../../devel/ncurses +DEPENDS+= ncurses-4.2:../../devel/ncurses DEPENDS+= tk-8.0.5:../../x11/tk80 NO_CDROM= "Uses copyrighted patches" diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 31d306f7b79..f9657bea313 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/06/28 07:49:05 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/07/06 07:55:21 jlam Exp $ # DISTNAME= xmcd-2.5 @@ -8,7 +8,7 @@ MASTER_SITES= http://mercury.hypersurf.com/~amb/download/xmcd/src/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://metalab.unc.edu/tkan/xmcd/ -DEPENDS+= ncurses-1.9.9g:../../devel/ncurses +DEPENDS+= ncurses-4.2:../../devel/ncurses USE_MOTIF= yes USE_IMAKE= yes |