Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2003 22:12:22 +0200
From:      Matthias Andree <ma@dt.e-technik.uni-dortmund.de>
To:        Stefan Bethke <stb@lassitu.de>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: How do I require ncurses >= 5.3 in LIB_DEPENDS?
Message-ID:  <m3k7b99as9.fsf@merlin.emma.line.org>
In-Reply-To: <2147483647.1056550751@[172.20.20.180]> (Stefan Bethke's message of "Wed, 25 Jun 2003 14:19:11 %2B0200")
References:  <m3n0g6l8ip.fsf@merlin.emma.line.org> <2147483647.1056550751@[172.20.20.180]>

next in thread | previous in thread | raw e-mail | index | archive | help
Stefan Bethke <stb@lassitu.de> writes:

> So it would appear that even the most recent FreeBSD version is not 5.3.
>

Indeed. I am currently considering atrocious things, here's the current
state (I'm aware it breaks if ncurses bumps its version :-/)

LIB_DEPENDS=    xml2.5:${PORTSDIR}/textproc/libxml2 \
                aspell.15:${PORTSDIR}/textproc/aspell  
BUILD_DEPENDS=  gpg:${PORTSDIR}/security/gnupg \
                ${LOCALBASE}/lib/libncurses.so.5.3:${PORTSDIR}/devel/ncurses
RUN_DEPENDS=    gpg:${PORTSDIR}/security/gnupg \
                ${LOCALBASE}/lib/libncurses.so.5.3:${PORTSDIR}/devel/ncurses

Any better suggestions?

-- 
Matthias Andree



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m3k7b99as9.fsf>