diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-08-09 07:03:11 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-08-09 07:03:11 +0000 |
| commit | ca0589467fcc8cdcd2498eb6a655b8ec9578850a (patch) | |
| tree | b935a8764cfd80980408e02d4694ed4ba2609c45 | |
| parent | c57228a61a59f243aabbbe4a4fb8c8ea09891797 (diff) | |
Notes
| -rw-r--r-- | usr.bin/vi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index e035ec8e4820..cdf79bffd4e2 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -66,9 +66,9 @@ CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/include .if !defined(TKNVI) DPADD+= ${LIBNCURSES} LDADD+= -lncurses -.endif -.if defined(TKNVI) +.else + .PATH: ${SRCDIR}/tk LDADD+= -L/usr/local/lib -L/usr/X11R6/lib -ltk41 -lX11 CFLAGS+= -I/usr/local/include -I/usr/X11R6/include |
