diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-04-01 15:30:57 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-04-01 15:30:57 +0000 |
| commit | 2f694bd90ecd5c9bb133aba5c356a05364a7c13e (patch) | |
| tree | 4d5aa7982d150ea33348972fc1d8344fbc852edd /gnu/usr.bin | |
| parent | 769e7115b77eb8b5bc57cf27552e3cbe1e89510d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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 cee6421534cd..d97f040598b6 100644 --- a/gnu/usr.bin/texinfo/info/Makefile +++ b/gnu/usr.bin/texinfo/info/Makefile @@ -9,7 +9,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:.\" +CFLAGS+= -DINFODIR=\"${INFODIR}:/usr/local/info:/usr/X11R6/info:.\" DPADD+= ${LIBTERMCAP} ${LIBTXI} LDADD+= -ltermcap ${LIBTXI} |
