diff options
author | ade <ade@FreeBSD.org> | 2000-06-21 01:21:40 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-21 01:21:40 +0800 |
commit | 76520f1335fef34596373f7934cda5ac32d1b6de (patch) | |
tree | 123fb254bf6d896f3d3397a6941ed9e946058a23 /devel/Makefile | |
parent | c406cce56c24613e150a9dd34672a8c3bbd00663 (diff) | |
download | freebsd-ports-gnome-76520f1335fef34596373f7934cda5ac32d1b6de.tar.gz freebsd-ports-gnome-76520f1335fef34596373f7934cda5ac32d1b6de.tar.zst freebsd-ports-gnome-76520f1335fef34596373f7934cda5ac32d1b6de.zip |
libole2 contains OLE support functions, currently aimed at the
Excel[tm] plugin for math/gnumeric, but extensible.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 613318394bd5..92ae9c01eff4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -106,6 +106,7 @@ SUBDIR += libmalloc SUBDIR += libneural SUBDIR += libol + SUBDIR += libole2 SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++ |