diff options
author | leot <leot@pkgsrc.org> | 2019-01-30 12:56:14 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-01-30 12:56:14 +0000 |
commit | b1241d56f6ffa0c03f18e01ee5e5463c28d9af3e (patch) | |
tree | f2b878aeb9e53132c784896a421f4370ee516d7e /textproc | |
parent | a20a7ca6d2484d31b451e0f2f4c452fa1aa048d7 (diff) | |
download | pkgsrc-b1241d56f6ffa0c03f18e01ee5e5463c28d9af3e.tar.gz |
textproc: Add libxlsxwriter
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3307f36a11f..c1580ed5e6e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1019 2019/01/06 01:50:25 gutteridge Exp $ +# $NetBSD: Makefile,v 1.1020 2019/01/30 12:56:14 leot Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -378,6 +378,7 @@ SUBDIR+= libpinyin SUBDIR+= libplist SUBDIR+= libunicode SUBDIR+= libunistring +SUBDIR+= libxlsxwriter SUBDIR+= libxml SUBDIR+= libxml++ SUBDIR+= libxml++1 |