diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-08 12:25:04 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-08 12:25:04 +0800 |
commit | 5a223ecce6859cfd5c11ac9b82bfdaa54ecd41ff (patch) | |
tree | e30a0615712409dfde38335710f3a92679509edd /audio/cmus | |
parent | 0563a5ac3533ac61dd99dbfb310f819b0e4b1558 (diff) | |
download | freebsd-ports-gnome-5a223ecce6859cfd5c11ac9b82bfdaa54ecd41ff.tar.gz freebsd-ports-gnome-5a223ecce6859cfd5c11ac9b82bfdaa54ecd41ff.tar.zst freebsd-ports-gnome-5a223ecce6859cfd5c11ac9b82bfdaa54ecd41ff.zip |
- ncursesw is in newer 6.x and 7.x use that instead of port's version
PR: ports/111349
Submitted by: Herbert J. Skuhra <h.skuhra at gmail.com>
- While I'm here, remove 4.x support
Approved by: Simon Olofsson <simon at olofsson.de> (maintainer)
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 18589f63ef6c..11dfcf67e21a 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -15,8 +15,6 @@ 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 @@ -40,8 +38,8 @@ OPTIONS= FLAC "FLAC (Free Lossless Audio Codec) support" Off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= does not compile on FreeBSD 4.X +.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033) +LIB_DEPENDS= ncursesw.5:${PORTSDIR}/devel/ncurses .endif .if defined(WITH_FLAC) |