summaryrefslogtreecommitdiff
path: root/audio/aumix/Makefile.common
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2013-10-14 13:02:39 +0000
committerroy <roy@pkgsrc.org>2013-10-14 13:02:39 +0000
commitcd011227a86b36081231cb8d9598b8054591b5e7 (patch)
treef48904b2fc61d16dc4d4ae1eb845cc13e5072237 /audio/aumix/Makefile.common
parentd9427c9ad086145d2ed81ecb2c152b70f4096119 (diff)
downloadpkgsrc-cd011227a86b36081231cb8d9598b8054591b5e7.tar.gz
aumix requires curses, not ncurses.
Diffstat (limited to 'audio/aumix/Makefile.common')
-rw-r--r--audio/aumix/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common
index b5ea75976f4..362cf8844f2 100644
--- a/audio/aumix/Makefile.common
+++ b/audio/aumix/Makefile.common
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.common,v 1.9 2012/09/11 23:59:25 asau Exp $
+# $NetBSD: Makefile.common,v 1.10 2013/10/14 13:02:39 roy Exp $
# used by audio/aumix/Makefile
# used by audio/aumix-gtk/Makefile
DISTNAME= aumix-2.9.1
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aumix/} \
http://jpj.net/~trevor/aumix/ \
@@ -31,4 +32,4 @@ LIBS.SunOS+= -lintl
REPLACE_SH+= src/mute src/xaumix
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"