diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2007-09-19 14:21:18 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-09-19 14:21:18 +0000 |
| commit | 557c18457fc462209ccc6e127ea0b82a4bcbc3ba (patch) | |
| tree | c88aa8e6ad469c3318839cbe5ef9aee511d73bf1 /gnu | |
| parent | 6a859d67c18ba5fdfdd263f4f9a8f323d6d56393 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/texinfo/info/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/info/Makefile b/gnu/usr.bin/texinfo/info/Makefile index 07dedeaec5a4..b4e44ac33a8b 100644 --- a/gnu/usr.bin/texinfo/info/Makefile +++ b/gnu/usr.bin/texinfo/info/Makefile @@ -8,7 +8,7 @@ SRCS= dir.c display.c doc.c dribble.c echo-area.c filesys.c \ infomap.c m-x.c man.c nodemenu.c nodes.c search.c session.c \ signals.c terminal.c tilde.c variables.c window.c -CFLAGS+= -DINFODIR=\"${INFODIR}:/usr/local/info:/usr/X11R6/info:.\" +CFLAGS+= -DINFODIR=\"${INFODIR}:/usr/local/info:.\" DPADD= ${LIBTERMCAP} ${LIBTXI} LDADD= -ltermcap ${LIBTXI} |
