diff options
author | leot <leot@pkgsrc.org> | 2019-02-11 21:56:10 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-02-11 21:56:10 +0000 |
commit | c31805e6a687d99e47bc7e6fdb57835f4aaa4dc5 (patch) | |
tree | afefb9d8b4172fe389253864762832c78af5556a /textproc/Makefile | |
parent | 2b11daf7793090f9d28d1f83c6e5085c492366b4 (diff) | |
download | pkgsrc-c31805e6a687d99e47bc7e6fdb57835f4aaa4dc5.tar.gz |
textproc: Add libxls
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c1580ed5e6e..48bf9167584 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1020 2019/01/30 12:56:14 leot Exp $ +# $NetBSD: Makefile,v 1.1021 2019/02/11 21:56:10 leot Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -378,6 +378,7 @@ SUBDIR+= libpinyin SUBDIR+= libplist SUBDIR+= libunicode SUBDIR+= libunistring +SUBDIR+= libxls SUBDIR+= libxlsxwriter SUBDIR+= libxml SUBDIR+= libxml++ |