diff options
author | taca <taca@pkgsrc.org> | 2011-12-14 16:59:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-14 16:59:04 +0000 |
commit | 7cc320ba3483e839acff37d7a9b9d1a88e4fb5ec (patch) | |
tree | 1c727128fb655ac8ee1bef5ffdfc4490eeaa06db /converters/Makefile | |
parent | f1b2b348e54f2cfa93c3aeaf6fee46b4f1521e1b (diff) | |
download | pkgsrc-7cc320ba3483e839acff37d7a9b9d1a88e4fb5ec.tar.gz |
Add and enable ruby-unf and ruby-unf_ext.
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 887997de523..3b8e31fdbf1 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2011/11/16 06:31:48 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.111 2011/12/14 16:59:04 taca Exp $ # COMMENT= Document format and character code converters @@ -80,6 +80,8 @@ SUBDIR+= ru-d1489 SUBDIR+= ruby-Ascii85 SUBDIR+= ruby-romkan SUBDIR+= ruby-uconv +SUBDIR+= ruby-unf +SUBDIR+= ruby-unf_ext SUBDIR+= skf SUBDIR+= smbchartool SUBDIR+= tex2rtf |