We're using ncurses now.

This commit is contained in:
Peter Wemm 1999-08-30 08:28:47 +00:00
parent 18bfeb3d34
commit 1da5e923ab
1 changed files with 3 additions and 3 deletions

View File

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