diff options
author | tg <tg@FreeBSD.org> | 1998-03-20 22:35:31 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-20 22:35:31 +0800 |
commit | 91641781addc93411abec99c00303ad5cb7395b1 (patch) | |
tree | 005bfb0785d22f0b489f32ab6f74f7d98052acff /mbone/imm/files | |
parent | 0e42f031d9106e981e9ac6303fdbc495c5b72909 (diff) | |
download | freebsd-ports-gnome-91641781addc93411abec99c00303ad5cb7395b1.tar.gz freebsd-ports-gnome-91641781addc93411abec99c00303ad5cb7395b1.tar.zst freebsd-ports-gnome-91641781addc93411abec99c00303ad5cb7395b1.zip |
Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
Diffstat (limited to 'mbone/imm/files')
-rw-r--r-- | mbone/imm/files/Makefile.freebsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/imm/files/Makefile.freebsd b/mbone/imm/files/Makefile.freebsd index c84e9af025f1..51724b551d01 100644 --- a/mbone/imm/files/Makefile.freebsd +++ b/mbone/imm/files/Makefile.freebsd @@ -1,11 +1,11 @@ # 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.1 -I${LOCALBASE}/include/tk8.1 +INCLUDE_DIR = -I${PREFIX}/include -I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 # Libraries to use when linking: LIBS = -lm -TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk81 -ltcl81 -lX11 +TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk80 -ltcl80 -lX11 TARGET = ../freebsd |