1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- 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)
This commit is contained in:
Rong-En Fan 2007-04-08 04:25:04 +00:00
parent 43cf27c642
commit 47c92d4d38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189466

View File

@ -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)