diff options
author | taca <taca@pkgsrc.org> | 2020-01-19 14:17:50 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-01-19 14:17:50 +0000 |
commit | 127f8107149fab5f359640c1414e02f45de6b49c (patch) | |
tree | d3aeb3869917fddac6990480644165f7e6723af8 /textproc | |
parent | 2c1e07b6e079804a9f46c67f7d7faf69e6162d51 (diff) | |
download | pkgsrc-127f8107149fab5f359640c1414e02f45de6b49c.tar.gz |
textproc/Makefile: add and enable ruby-unicode_utils
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 741f224a10f..72b0596921c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1106 2020/01/19 14:14:18 taca Exp $ +# $NetBSD: Makefile,v 1.1107 2020/01/19 14:17:50 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1028,6 +1028,7 @@ SUBDIR+= ruby-toml SUBDIR+= ruby-treetop SUBDIR+= ruby-ultraviolet SUBDIR+= ruby-unicode-display_width +SUBDIR+= ruby-unicode_utils SUBDIR+= ruby-will-paginate SUBDIR+= ruby-xapian SUBDIR+= ruby-xhtmldiff |