1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/deskutils/abacus/files/patch-ad
Andreas Klemm 21d2f1485d new port abacus
spreadsheet for Tcl/Tk
   Abacus is a small, light and easy to use spreadsheet being developed
as graduation project under the tutorship of Prof. Arlindo Oliveira,
and the spreadsheet is being developed using the Tcl/Tk toolkit, as
well as plain old C/C++ for all the "number-crunching" tasks.
PR:		7674
Submitted by:	Andrey V. Zakhvatov <andy@icc.surw.chel.su>
1998-09-09 19:22:37 +00:00

12 lines
326 B
Plaintext

--- tcl_interf/Makefile Thu Aug 6 21:08:39 1998
+++ /home/andy/tmp/wrk/tcl_interf/Makefile Tue Aug 18 15:37:43 1998
@@ -23,7 +23,7 @@
LIBDIR = ../lib
XXL_LIBS = $(LIBDIR)/libcalc.a $(LIBDIR)/libio.a $(LIBDIR)/libcanvas.a
-LIBS = -ltk8.0 -ltcl8.0 -lX11 -ldl -lm
+LIBS = -ltk80 -ltcl80 -lX11 -lm
CC = gcc
CCC = g++