diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-06-12 20:52:55 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-06-12 20:52:55 +0000 |
commit | f1d7c2b8eb49e9ceb38f3eb6957de287ccce6d0d (patch) | |
tree | ab834467aa1de3167896d2dad42465afb14aae75 /audio/emixer | |
parent | 6af29613f402d24db87d623672a8d3a7456ad343 (diff) | |
download | pkgsrc-f1d7c2b8eb49e9ceb38f3eb6957de287ccce6d0d.tar.gz |
add back depends on ncurses as the package still appears to need it (won't
compile without ncurses on 1.4 machines).
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} |