diff options
author | roy <roy> | 2013-10-14 13:02:39 +0000 |
---|---|---|
committer | roy <roy> | 2013-10-14 13:02:39 +0000 |
commit | 4b4682efdfcb9207bb0625d66624ee5e32a2b379 (patch) | |
tree | f48904b2fc61d16dc4d4ae1eb845cc13e5072237 /audio/aumix-gtk | |
parent | 0ea1f3d2e60f6e9e1d7bd1bda891fba36f48c563 (diff) | |
download | pkgsrc-4b4682efdfcb9207bb0625d66624ee5e32a2b379.tar.gz |
aumix requires curses, not ncurses.
Diffstat (limited to 'audio/aumix-gtk')
-rw-r--r-- | audio/aumix-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aumix-gtk/Makefile b/audio/aumix-gtk/Makefile index 8c490bd4907..b61cd2831e0 100644 --- a/audio/aumix-gtk/Makefile +++ b/audio/aumix-gtk/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2013/10/10 14:41:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2013/10/14 13:02:39 roy Exp $ .include "../../audio/aumix/Makefile.common" PKGNAME= ${DISTNAME:S/aumix/aumix-gtk/} PKGREVISION= 9 -COMMENT+= (ncurses and GTK+ 2.0 interfaces) +COMMENT+= (curses and GTK+ 2.0 interfaces) CONFLICTS= aumix-[0-9]* |