diff options
author | taca <taca@pkgsrc.org> | 2020-01-19 09:11:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-01-19 09:11:24 +0000 |
commit | aab3fa89e5c08ef3caea5db7728f5bdd01d17fd0 (patch) | |
tree | 64f1e1a87c8c408d58fed453ce511bdd61a1aebb | |
parent | 7ddd035dfe3b8b8f60a13fe32eba20fbc5d4a5d1 (diff) | |
download | pkgsrc-aab3fa89e5c08ef3caea5db7728f5bdd01d17fd0.tar.gz |
textproc/Makefile: add and enable ruby-gyoku
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ae432cfdbfe..c1896ffed45 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1098 2020/01/18 23:14:17 pho Exp $ +# $NetBSD: Makefile,v 1.1099 2020/01/19 09:11:24 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -971,6 +971,7 @@ SUBDIR+= ruby-fastercsv SUBDIR+= ruby-feed-normalizer SUBDIR+= ruby-ferret SUBDIR+= ruby-fuzzyurl +SUBDIR+= ruby-gyoku SUBDIR+= ruby-haml SUBDIR+= ruby-hikidoc SUBDIR+= ruby-hpricot |