diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 01:14:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 01:14:07 +0000 |
commit | 32d733d17237971154a8edb47bc768a3139f33dd (patch) | |
tree | 1a34756e36a3dd6df717d4d832f03f69fcd3a7f1 /audio/snack/files | |
parent | 8d085d7a37004a95e4f1cad424c7cd1b40108fdb (diff) |
Notes
Diffstat (limited to 'audio/snack/files')
-rw-r--r-- | audio/snack/files/patch-Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snack/files/patch-Makefile.in b/audio/snack/files/patch-Makefile.in index 25248918edf2..c9fd2b812005 100644 --- a/audio/snack/files/patch-Makefile.in +++ b/audio/snack/files/patch-Makefile.in @@ -4,12 +4,12 @@ # The path to the tcl.h header file -TCL_INCPATH = @TCL_SRC_DIR@/generic -+TCL_INCPATH = %%LOCALBASE%%/include/tcl8.3/generic ++TCL_INCPATH = %%LOCALBASE%%/include/tcl8.4/generic # The path to the tk.h header file -TK_INCPATH = @TK_SRC_DIR@/generic -+TK_INCPATH = %%LOCALBASE%%/include/tk8.3/generic ++TK_INCPATH = %%LOCALBASE%%/include/tk8.4/generic # The path to the X11 include files |