diff options
author | taca <taca@pkgsrc.org> | 2001-07-01 11:23:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-07-01 11:23:08 +0000 |
commit | cd39d1fa0309c37557d4ea7757126a91f986b4c5 (patch) | |
tree | b821b4843294a3f5f59f34e60e0a8751f2cd6894 /converters | |
parent | 71090531e086c3666900f61aa2320b5f82000f86 (diff) | |
download | pkgsrc-cd39d1fa0309c37557d4ea7757126a91f986b4c5.tar.gz |
Add and enable ruby-iconv.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 5b783a82a0f..e35d4277a97 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/06/13 15:12:32 zuntum Exp $ +# $NetBSD: Makefile,v 1.33 2001/07/01 11:23:08 taca Exp $ # COMMENT= Character code converters @@ -19,6 +19,7 @@ SUBDIR+= psiconv SUBDIR+= recode SUBDIR+= rpm2cpio SUBDIR+= rtf2html +SUBDIR+= ruby-iconv SUBDIR+= txt2html SUBDIR+= txt2man SUBDIR+= unix2dos |