1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Remove unneded -lmytinfo

This commit is contained in:
Andrey A. Chernov 2000-09-16 03:27:54 +00:00
parent 76ec96756e
commit 313c02bc4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65909

View File

@ -7,8 +7,8 @@ PROG= ee
CFLAGS+=-Wall
LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
MLINKS= ee.1 ree.1 ee.1 edit.1
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
LDADD= -lncurses -lmytinfo
DPADD= ${LIBNCURSES}
LDADD= -lncurses
LANGS= en_US.ISO_8859-1 fr_FR.ISO_8859-1 de_DE.ISO_8859-1 pl_PL.ISO_8859-2
FILES= ${LANGS:S/$/.ee.cat/}