diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-12-30 07:15:08 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-12-30 07:15:08 +0000 |
commit | 48e734e32f8317db71bee9e1d57a498440b20e13 (patch) | |
tree | a3b4b1180c91655d16ecb5700e1014db3e7e03a1 /x11/Makefile | |
parent | Import of Tix, an extension of Tk with lots of useful widgets. (diff) |
Activate tix.
Notes
Notes:
svn path=/head/; revision=5128
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index fdce9c8c9160..c2e83fe6dac5 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.111 1996/11/26 09:14:32 asami Exp $ +# $Id: Makefile,v 1.112 1996/12/17 11:07:12 asami Exp $ # SUBDIR += FWF @@ -31,6 +31,7 @@ SUBDIR += specJava SUBDIR += swisswatch SUBDIR += sxpc + SUBDIR += tix SUBDIR += tk SUBDIR += tk4 SUBDIR += tk41 |