diff options
author | lofi <lofi@FreeBSD.org> | 2003-09-27 02:01:34 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-09-27 02:01:34 +0800 |
commit | c8d5f77546a8313b637781ac5e65ae8f267a6d8d (patch) | |
tree | a956fb97e38925ac02ede87861ecc567fc034f5b /textproc/Makefile | |
parent | d8eb19c8a385e10b0e26f6f399e35e1961b5899b (diff) | |
download | freebsd-ports-gnome-c8d5f77546a8313b637781ac5e65ae8f267a6d8d.tar.gz freebsd-ports-gnome-c8d5f77546a8313b637781ac5e65ae8f267a6d8d.tar.zst freebsd-ports-gnome-c8d5f77546a8313b637781ac5e65ae8f267a6d8d.zip |
Add wv2, a library providing routines to access Microsoft Word/Excel files.
Note that, despite the misleading name, this is actually different from (and
independent of) textproc/wv, thus no repocopy.
Approved by: arved (Mentor)
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ed49dc0171df..75c852b7b595 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -442,6 +442,7 @@ SUBDIR += word2x SUBDIR += wordnet SUBDIR += wv + SUBDIR += wv2 SUBDIR += xalan-c SUBDIR += xerces-c SUBDIR += xerces-c2 |