diff options
author | taca <taca@pkgsrc.org> | 2021-05-09 15:13:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-05-09 15:13:52 +0000 |
commit | 9c35729e0e4a5d15ca0a2cf99fb7913b9e381174 (patch) | |
tree | 02f7883052f22832b73ef67affa1c54d2b41cfcc /textproc | |
parent | 34e84c02af03851370a4a00024d34fbbc61ca73d (diff) | |
download | pkgsrc-9c35729e0e4a5d15ca0a2cf99fb7913b9e381174.tar.gz |
textproc/Makefile: add and enable ruby-rqrcode_core
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 161dcd4a335..19a7f7fc8e8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1223 2021/05/04 14:24:33 prlw1 Exp $ +# $NetBSD: Makefile,v 1.1224 2021/05/09 15:13:52 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1089,6 +1089,7 @@ SUBDIR+= ruby-redcloth SUBDIR+= ruby-review SUBDIR+= ruby-rexml SUBDIR+= ruby-rison +SUBDIR+= ruby-rqrcode_core SUBDIR+= ruby-rttool SUBDIR+= ruby-safe_yaml SUBDIR+= ruby-sary |