diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-08 04:25:04 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-08 04:25:04 +0000 |
commit | 47c92d4d389e7f896023eb044fbe5aebac4d86b7 (patch) | |
tree | f28225968882d8e07cb918781cf9c03e988c1def | |
parent | update to 1.3.2 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=189466
-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) |