summaryrefslogtreecommitdiff
path: root/mbone/nte/files/Makefile.freebsd
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1998-08-27 18:42:46 +0000
committerBill Fenner <fenner@FreeBSD.org>1998-08-27 18:42:46 +0000
commite622e42018d3e2a09230d7353b85dc3d80ccf0c3 (patch)
tree43c7329b43cc286844c7ae79c44a2a60a9bc9ba4 /mbone/nte/files/Makefile.freebsd
parentMake Shigeyuki FUKUSHIMA the new maintainer (was ports@freebsd.org). (diff)
Update to 1.5a29
Notes
Notes: svn path=/head/; revision=12887
Diffstat (limited to '')
-rw-r--r--mbone/nte/files/Makefile.freebsd7
1 files changed, 2 insertions, 5 deletions
diff --git a/mbone/nte/files/Makefile.freebsd b/mbone/nte/files/Makefile.freebsd
index a7ed5f53e887..8b266887f425 100644
--- a/mbone/nte/files/Makefile.freebsd
+++ b/mbone/nte/files/Makefile.freebsd
@@ -1,7 +1,7 @@
CC=cc
-INCLUDES=-I${LOCALBASE}/include/tcl7.6 -I${LOCALBASE}/include/tk4.2 -I${X11BASE}/include -I${TK_SRC}/generic
+INCLUDES=-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tk8.0/generic -I${X11BASE}/include
LIB_DIR=${LOCALBASE}/lib
-LIBS=-L${LIB_DIR} -ltk42 -ltcl76 -lm -L${X11BASE}/lib -lX11
+LIBS=-L${LIB_DIR} -ltk80 -ltcl80 -lm -L${X11BASE}/lib -lX11
CFLAGS+=-ggdb $(INCLUDES) -DFREEBSD -DPROTOTYPES -DHAVE_NO_VALUES_H -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DMAXINT=INT_MAX -DDEFINED_ERRLIST
# for search.h
CFLAGS+=-I../src
@@ -10,6 +10,3 @@ OBJS+=hsearch.o
install: all
install -c -s -m 755 -o bin -g bin nt ${PREFIX}/bin
-
-clean:
- rm *.o *.tcl *.ehtml tcl2c