$NetBSD: patch-aa,v 1.4 1998/08/07 11:17:58 agc Exp $

--- Makefile.orig	Tue Mar 24 11:24:06 1998
+++ Makefile	Tue Mar 24 11:25:50 1998
@@ -1,7 +1,7 @@
 # Change this if you have this stuff somewhere else.
-TCLINC = /usr/local/lib/tcl8.0
-TKINC  = /usr/local/lib/tk8.0
-X11INC = /usr/X11/include
+TCLINC = ${LOCALBASE}/include/tcl8.0
+TKINC  = ${LOCALBASE}/include/tk8.0
+X11INC = ${X11BASE}/include
 
 CFLAGS = -D__FreeBSD__ -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC)
 
