summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2001-09-30 09:24:27 +0000
committerwiz <wiz>2001-09-30 09:24:27 +0000
commit57248cada943d3918d8cbb7eb6c91d173da4ba07 (patch)
tree371da4222c3138c53bd133d67f28fa7d4fdf837b /audio
parent0e687655909b15ab0f626ba472825519723243d0 (diff)
downloadpkgsrc-57248cada943d3918d8cbb7eb6c91d173da4ba07.tar.gz
Package doesn't depend on ncurses features, so replace 'ncurses' with
'curses' in COMMENT and DESCR.
Diffstat (limited to 'audio')
-rw-r--r--audio/cmp3/Makefile5
-rw-r--r--audio/cmp3/pkg/DESCR5
2 files changed, 4 insertions, 6 deletions
diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile
index d58a473919a..cd25bf8cd3f 100644
--- a/audio/cmp3/Makefile
+++ b/audio/cmp3/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/09/27 23:17:42 jlam Exp $
-# FreeBSD: ports/audio/cmp3/Makefile,v 1.13 2001/02/04 21:12:44 olgeni Exp
+# $NetBSD: Makefile,v 1.5 2001/09/30 09:24:27 wiz Exp $
#
DISTNAME= cmp3-2.0pre5
@@ -9,7 +8,7 @@ MASTER_SITES= http://www.personal.psu.edu/users/n/k/nkk104/cmp3/
MAINTAINER= rxg@ms25.url.com.tw
HOMEPAGE= http://www.personal.psu.edu/nkk104/cmp3/
-COMMENT= ncurses based frontend to mpg123
+COMMENT= curses based frontend to mpg123
DEPENDS+= mpg123-[0-9]*:../../audio/mpg123
diff --git a/audio/cmp3/pkg/DESCR b/audio/cmp3/pkg/DESCR
index 831cfd73cb9..dee1a3c35f3 100644
--- a/audio/cmp3/pkg/DESCR
+++ b/audio/cmp3/pkg/DESCR
@@ -1,3 +1,2 @@
-A simple yet featureful ncurses frontend to mpg123. Includes
-playlist support, volume control and tools to help with file
-management.
+A simple yet featureful curses frontend to mpg123. Includes playlist
+support, volume control and tools to help with file management.