diff options
author | taca <taca> | 2011-06-19 14:17:51 +0000 |
---|---|---|
committer | taca <taca> | 2011-06-19 14:17:51 +0000 |
commit | 4161feae911ca0f6a21cf2793b3b6b4c7bfc5eda (patch) | |
tree | cda7958d63191a8f445be92f19367f2c25576bf7 | |
parent | 820421def0fb668f55760e97fe02da7a95a77f66 (diff) | |
download | pkgsrc-4161feae911ca0f6a21cf2793b3b6b4c7bfc5eda.tar.gz |
Add and enable ruby-Ascii85.
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 04628ec38a8..43eb8a48b81 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2011/05/18 02:23:22 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.109 2011/06/19 14:17:51 taca Exp $ # COMMENT= Document format and character code converters @@ -76,6 +76,7 @@ SUBDIR+= rpm2cpio SUBDIR+= rss2html SUBDIR+= rtf2html SUBDIR+= ru-d1489 +SUBDIR+= ruby-Ascii85 SUBDIR+= ruby-romkan SUBDIR+= ruby-uconv SUBDIR+= skf |