summaryrefslogtreecommitdiff
path: root/audio/cmus
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-08 04:25:04 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-08 04:25:04 +0000
commit47c92d4d389e7f896023eb044fbe5aebac4d86b7 (patch)
treef28225968882d8e07cb918781cf9c03e988c1def /audio/cmus
parentupdate 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
Diffstat (limited to 'audio/cmus')
-rw-r--r--audio/cmus/Makefile6
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)