summaryrefslogtreecommitdiff
path: root/audio/emixer
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-06-12 20:52:55 +0000
committerdmcmahill <dmcmahill>2000-06-12 20:52:55 +0000
commit684e70910befdb875256cf13646eda0e6e020e3f (patch)
treeab834467aa1de3167896d2dad42465afb14aae75 /audio/emixer
parent3c7953d2c3703b1ea55736bd6d0820688a072cb8 (diff)
downloadpkgsrc-684e70910befdb875256cf13646eda0e6e020e3f.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/Makefile3
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}