From 69c17454c33d9bd18541d25e8c907c408ac1a631 Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Sat, 3 Mar 2007 17:17:00 +0000 Subject: - Wide-character support Approved by: Simon Olofsson (maintainer) --- audio/cmus/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'audio/cmus') diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 0c0d9f77b946..18589f63ef6c 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -7,6 +7,7 @@ PORTNAME= cmus PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://onion.dynserv.net/~timo/files/ \ http://mirror.greaterscope.net/cmus/ @@ -14,6 +15,8 @@ MASTER_SITES= http://onion.dynserv.net/~timo/files/ \ MAINTAINER= simon@olofsson.de COMMENT= Console-based music player with really cool features +LIB_DEPENDS= ncursesw.5:${PORTSDIR}/devel/ncurses + USE_BZIP2= yes USE_GCC= 3.2+ USE_GMAKE= yes @@ -138,10 +141,9 @@ PLIST_SUB+= ARTS="@comment " MAN1= cmus.1 cmus-remote.1 -post-extract: - @${REINPLACE_CMD} -e 's,-lncursesw,-lncurses,g' ${WRKSRC}/configure +post-patch: @${REINPLACE_CMD} -e 's,doc/cmus/examples,examples/cmus,g' \ - ${WRKSRC}/Makefile ${WRKSRC}/Doc/cmus.txt - @${REINPLACE_CMD} -e 's,\/usr,${PREFIX},g' ${WRKSRC}/Doc/cmus.txt + ${WRKSRC}/Makefile ${WRKSRC}/Doc/cmus.txt + @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' ${WRKSRC}/Doc/cmus.txt .include -- cgit v1.2.3