diff options
Diffstat (limited to 'mbone/relate/files/patch-Makefile')
-rw-r--r-- | mbone/relate/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/relate/files/patch-Makefile b/mbone/relate/files/patch-Makefile index fcc881cf3b6f..b82c818d102e 100644 --- a/mbone/relate/files/patch-Makefile +++ b/mbone/relate/files/patch-Makefile @@ -8,8 +8,8 @@ + +# for FreeBSD +CC = cc -+LIBFLAGS = -L$(LIBDIR) -L$(X11BASE)/lib -+IFLAGS = -I$(INCDIR)/tk8.2 -I$(INCDIR)/tcl8.2 -I$(X11BASE)/include ++LIBFLAGS = -L$(LIBDIR) -L$(LOCALBASE)/lib ++IFLAGS = -I$(INCDIR)/tk8.2 -I$(INCDIR)/tcl8.2 -I$(LOCALBASE)/include +LIBS = -ltk82 -ltcl82 -lm -lX11 + +TCL_FILES = \ |