How do I require ncurses >= 5.3 in LIB_DEPENDS?

Matthias Andree ma at dt.e-technik.uni-dortmund.de
Wed Jun 25 13:12:28 PDT 2003


Stefan Bethke <stb at 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


More information about the freebsd-ports mailing list