diff options
author | knu <knu@FreeBSD.org> | 2001-09-03 18:41:37 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-03 18:41:37 +0000 |
commit | 20cefa9585bca169bef97b5b0a721b5051d2d47c (patch) | |
tree | 4768c4e0cb4777a5fe110cb7ba41fdbd10da0a7a /x11-toolkits/Makefile | |
parent | bddfeef7f600d326dc9080591875cce5fd8b9bd5 (diff) | |
download | FreeBSD-ports-20cefa9585bca169bef97b5b0a721b5051d2d47c.zip FreeBSD-ports-20cefa9585bca169bef97b5b0a721b5051d2d47c.tar.gz |
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>
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 e1cd180..41ee95f 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 |