diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-06-13 07:33:36 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-06-13 07:33:36 +0000 |
| commit | fd38af68910ff2eb608d976591f972a528d48a7d (patch) | |
| tree | aec30fd1eaba2728f0ff288abdc58d7c07d163bc /gnu | |
| parent | 8d3534426fc016d77966545a5721b162e6bd7d51 (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 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} |
