diff options
-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 |