diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 18:41:37 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 18:41:37 +0000 |
commit | eba9938d6a1afb043fd1fd50c6287d9e0a1d4bb3 (patch) | |
tree | f1eb1d2ff7068486621a439c5b9c08e2bedf7995 /x11-toolkits/Makefile | |
parent | 5c18a1346eb91a0e8bda991df477d7bca2ed3a32 (diff) | |
download | ports-eba9938d6a1afb043fd1fd50c6287d9e0a1d4bb3.tar.gz ports-eba9938d6a1afb043fd1fd50c6287d9e0a1d4bb3.zip |
Add flvw. The FLVW (Fast Light Virtual Widgets) require the use of
the FLTK (Fast Light ToolKit) library. They are designed to handle
large amounts of data. As such they are definitely not the smallset
of FLTK widgets, but they are designed to use memory conservatively.
PR: ports/29860
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Notes
Notes:
svn path=/head/; revision=47389
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index e1cd1806b56e..41ee95f9f9d5 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -15,6 +15,7 @@ SUBDIR += engradient SUBDIR += fltk SUBDIR += fltk-xunicode + SUBDIR += flvw SUBDIR += fox SUBDIR += fox-xunicode SUBDIR += gal |