diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-26 19:34:25 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-26 19:34:25 +0000 |
commit | ad376a7646935a38dcafccdccdccf1a8c79ae7e0 (patch) | |
tree | 290eedadc46fa20b52353f7cfb76d61dada6eab3 | |
parent | wxWindows (wxGTK). A cross-platform C++ GUI toolkit. (diff) |
Activate wxgtk.
Notes
Notes:
svn path=/head/; revision=19806
-rw-r--r-- | x11-toolkits/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 3f3f12a9bf88..9d239faab29b 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1999/05/06 03:51:13 fenner Exp $ +# $Id: Makefile,v 1.29 1999/05/11 02:16:55 sada Exp $ # SUBDIR += FWF @@ -35,6 +35,7 @@ SUBDIR += tk81 SUBDIR += tkstep80 SUBDIR += v + SUBDIR += wxgtk SUBDIR += xbae SUBDIR += xforms SUBDIR += xg |