From 8125658176eb2b6a00216bc61058e31e8d19d160 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 6 May 2013 15:34:17 +0000 Subject: Convert USE_NCURSES by USES=ncurses Convert USE_READLINE by USES=readline --- audio/cmus/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/cmus') diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index f661156da0e9..0d7a226df96e 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -10,10 +10,9 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= h.skuhra@gmail.com COMMENT= Console-based music player with really cool features -USES= pkgconfig iconv +USES= pkgconfig iconv ncurses USE_BZIP2= yes USE_GMAKE= yes -USE_NCURSES= yes HAS_CONFIGURE= yes CONFIGURE_ENV+= HOSTCC=${CC} CONFIGURE_ARGS+=prefix=${PREFIX} mandir=${MANPREFIX}/man \ -- cgit