diff options
Diffstat (limited to 'audio/emixer')
-rw-r--r-- | audio/emixer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/emixer/Makefile b/audio/emixer/Makefile index 3e43b44c2d0..9c639a52d45 100644 --- a/audio/emixer/Makefile +++ b/audio/emixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/04/16 03:59:31 mycroft Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/12 20:52:55 dmcmahill Exp $ # DISTNAME= emixer-0.05.5 @@ -10,6 +10,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://emixer.linuxbox.com/ DEPENDS+= mpg123-0.59*:../../audio/mpg123 +DEPENDS+= ncurses>=4.2:../../devel/ncurses post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} |