summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-06-12 20:52:55 +0000
committerdmcmahill <dmcmahill>2000-06-12 20:52:55 +0000
commitf20b57be7e2b597b6020e3ab2992e1ad6b16cd0f (patch)
treeab834467aa1de3167896d2dad42465afb14aae75 /audio
parent7cc58500159b32e54beb7c294ba9f52219f5a0ca (diff)
downloadpkgsrc-f20b57be7e2b597b6020e3ab2992e1ad6b16cd0f.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')
-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}