1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-30 08:19:09 +00:00

We're using ncurses now.

This commit is contained in:
Peter Wemm 1999-08-30 08:28:47 +00:00
parent 18bfeb3d34
commit 1da5e923ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50639

View File

@ -30,7 +30,7 @@ CFLAGS+= -DHAVE_PERL_5_003_01 # If perl >= 5.03.01
CFLAGS+= -DGTAGS
#if using ncurses:
#CFLAGS+= -DSYSV_CURSES
CFLAGS+= -DSYSV_CURSES
VI= nvi
EX= nex
@ -63,8 +63,8 @@ PLLINKS= pl_PL
CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/include
.if !defined(TKNVI)
DPADD+= ${LIBCURSES} ${LIBTERMCAP}
LDADD+= -lcurses -ltermcap
DPADD+= ${LIBNCURSES}
LDADD+= -lncurses
.endif
.if defined(TKNVI)