diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-16 13:14:26 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-16 13:14:26 +0000 |
commit | dd27a5d8b0176907811b35c46e45e0bb433f6a54 (patch) | |
tree | b2a976a7c52613c61cc19c712ea51b5b7ff2c3ad /editors | |
parent | Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fix (diff) |
Depend on ncurses.5 after the upgrade of devel/ncurses.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/biew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index a1e504b45b80..582fe680f32e 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -26,7 +26,7 @@ HOST_CFLAGS= ${CFLAGS} -DLIBDIR="\'\"${PREFIX}/share\"\'" MAKEFILE= makefile .if ${OSVERSION} < 400010 -LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses +LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses HOST_CFLAGS+= -D__FreeBSD_version=${OSVERSION} -I${LOCALBASE}/include HOST_LD+= -L${LOCALBASE}/lib .endif |