diff options
author | asami <asami@FreeBSD.org> | 1997-09-12 01:43:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-12 01:43:05 +0000 |
commit | f5d1894465f6f2b475dad686dad49221150f2b3b (patch) | |
tree | 9fd043daecc6493943311b5b08b54f1ceeafb887 /net/imm/files/Makefile.freebsd | |
parent | 7de8c2ca19fb7600668a973e493cc39a2be9ae9e (diff) | |
download | FreeBSD-ports-f5d1894465f6f2b475dad686dad49221150f2b3b.zip FreeBSD-ports-f5d1894465f6f2b475dad686dad49221150f2b3b.tar.gz |
Make this port really work. I have no idea how it worked for anybody,
as "Makefile.freebsd" was not copied from ${FILESDIR} to ${WRKSRC}.
While I'm here, change the file in our repository rather than trying
to patch it.
Diffstat (limited to 'net/imm/files/Makefile.freebsd')
-rw-r--r-- | net/imm/files/Makefile.freebsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/imm/files/Makefile.freebsd b/net/imm/files/Makefile.freebsd index afcf4cb..51724b5 100644 --- a/net/imm/files/Makefile.freebsd +++ b/net/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 +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 -ltk41 -ltcl -lX11 +TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk80 -ltcl80 -lX11 TARGET = ../freebsd |