mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
580 B
Plaintext
22 lines
580 B
Plaintext
--- c++tk/Makefile.orig Tue Nov 17 23:34:37 1998
|
|
+++ c++tk/Makefile Sat Apr 29 23:38:40 2000
|
|
@@ -1,7 +1,7 @@
|
|
-CFLAGS=-g -O -I/usr/local/include/tcl8.0
|
|
+CXXFLAGS=-g -O -I${PREFIX}/include/tcl8.2 -I${PREFIX}/include -I${PREFIX}/include/tk8.2 -I${X11BASE}/include
|
|
OBJS = c++tk.o
|
|
|
|
-TK_LIB= /usr/local/lib/tk8.0
|
|
+TK_LIB= ${PREFIX}/lib/tk8.2
|
|
TCL_SCRIPTS= bgerror button dialog entry focus listbox menu obsolete \
|
|
optMenu palette text scale scrlbar tearoff
|
|
|
|
@@ -9,7 +9,7 @@
|
|
|
|
.if defined(TIX)
|
|
DEPS+= tix_scripts.h
|
|
-CFLAGS+= -DTIX
|
|
+CXXFLAGS+= -DTIX
|
|
.endif
|
|
|
|
c++tk.o: ${DEPS}
|