Date: Sat, 7 Apr 2007 09:10:09 GMT From: "Herbert J. Skuhra" <h.skuhra@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/111349: [PATCH] audio/cmus - ncursesw now in releng_6 Message-ID: <200704070910.l379A9n3087269@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/111349; it has been noted by GNATS. From: "Herbert J. Skuhra" <h.skuhra@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/111349: [PATCH] audio/cmus - ncursesw now in releng_6 Date: Sat, 7 Apr 2007 11:05:45 +0200 Sorry, I previously sent the wrong patch! Here is the correct one: diff -ruN audio/cmus.bak/Makefile audio/cmus/Makefile --- audio/cmus.bak/Makefile Sat Apr 7 10:43:01 2007 +++ audio/cmus/Makefile Sat Apr 7 10:59:37 2007 @@ -7,7 +7,7 @@ PORTNAME= cmus PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://onion.dynserv.net/~timo/files/ \ http://mirror.greaterscope.net/cmus/ @@ -15,8 +15,6 @@ 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 @@ -42,6 +40,10 @@ .if ${OSVERSION} < 500000 BROKEN= does not compile on FreeBSD 4.X +.endif + +.if ${OSVERSION} < 602107 +LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses .endif .if defined(WITH_FLAC)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704070910.l379A9n3087269>