mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4b4269a104
PR: 9326 Submitted by: maintainer
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
--- tcl_interf/Makefile Sun Oct 25 23:39:45 1998
|
|
+++ /home/andy/tmp/wrk/tcl_interf/Makefile Tue Jan 5 17:05:51 1999
|
|
@@ -14,7 +14,7 @@
|
|
OTHERSOURCES =
|
|
SOURCES = $(CSOURCES) $(OTHERSOURCES)
|
|
XXL_LIBS = $(LIBDIR)/libcalc.a $(LIBDIR)/libio.a $(LIBDIR)/libcanvas.a
|
|
-LIBS = -ltk8.0 -ltcl8.0 -lX11 -ldl -lm
|
|
+LIBS = -ltk80 -ltcl80 -lX11 -lm
|
|
|
|
include ../Makefile.options
|
|
|