diff options
Diffstat (limited to 'net/imm/files/Makefile.freebsd')
-rw-r--r-- | net/imm/files/Makefile.freebsd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/imm/files/Makefile.freebsd b/net/imm/files/Makefile.freebsd index ae7ce6434e6f..948ca8f54099 100644 --- a/net/imm/files/Makefile.freebsd +++ b/net/imm/files/Makefile.freebsd @@ -1,17 +1,17 @@ # Some versions of make, like SGI's, use the following variable to # determine which shell to use for executing commands: SHELL = /bin/sh -INCLUDE_DIR = -I${PREFIX}/include -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2 +INCLUDE_DIR = -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 -I${X11BASE}/include # Libraries to use when linking: LIBS = -lm -TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk82 -ltcl82 -lX11 +TKLIBS= -L${X11BASE}/lib -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk84 -ltcl84 -lX11 TARGET = ../freebsd CFLAGS = -g -DSIG_T=void -DMULTICAST -I. -DERROR_TEST -CC = gcc +CC ?= gcc CC_SWITCHES = ${CFLAGS} ROBJS = protocol.o utils.o |