mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
c422afbe87
PR: 21356 Submitted by:Takeshi MUTOH <mutoh@bovine.info.nara-k.ac.jp>
10 lines
362 B
Plaintext
10 lines
362 B
Plaintext
--- Makefile_FreeBSD_4.org Mon May 7 13:07:46 2001
|
|
+++ Makefile_FreeBSD_4 Mon May 7 13:03:51 2001
|
|
@@ -0,0 +1,6 @@
|
|
+TCL_INC = /usr/local/include/tcl8.2
|
|
+TK_INC = /usr/local/include/tk8.2
|
|
+INCS = -I/usr/X11R6/include \
|
|
+ -I$(TCL_INC)/generic -I$(TK_INC)/generic
|
|
+LDLIBS = -L/usr/local/lib \
|
|
+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm
|