diff options
author | billf <billf@FreeBSD.org> | 1999-03-07 23:53:37 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-07 23:53:37 +0000 |
commit | 95b4b97dd3fd65f3b863f1f712f82a917873ea30 (patch) | |
tree | 59d396c67c0383d3ac039181ffa1d84c20c5c2ae /x11-toolkits/Makefile | |
parent | 99e9b6db3e8b760c72244c57d72576f4092c005e (diff) | |
download | FreeBSD-ports-95b4b97dd3fd65f3b863f1f712f82a917873ea30.zip FreeBSD-ports-95b4b97dd3fd65f3b863f1f712f82a917873ea30.tar.gz |
Activate fltk, a C++ graphical user interface for X
Diffstat (limited to 'x11-toolkits/Makefile')
-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 8a66b10..e195699 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1999/01/26 01:48:11 asami Exp $ +# $Id: Makefile,v 1.20 1999/02/23 08:15:54 asami Exp $ # SUBDIR += FWF @@ -6,6 +6,7 @@ SUBDIR += Xaw3d SUBDIR += auis SUBDIR += blt + SUBDIR += fltk SUBDIR += gtk-- SUBDIR += gtk-engines SUBDIR += gtk10 |