diff options
author | obache <obache> | 2010-04-25 12:48:03 +0000 |
---|---|---|
committer | obache <obache> | 2010-04-25 12:48:03 +0000 |
commit | e05e0819e70e46254671493bd5ea8021dceea69b (patch) | |
tree | d2474adb5d8069b2adee56561a230574fd705a85 /converters | |
parent | ab8d92cf8867b74f01bd5fc8971d2e69d11996c5 (diff) | |
download | pkgsrc-e05e0819e70e46254671493bd5ea8021dceea69b.tar.gz |
+ pstotext
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 7395ef79d1c..4b9ada54756 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2010/03/16 15:05:01 taca Exp $ +# $NetBSD: Makefile,v 1.103 2010/04/25 12:48:03 obache Exp $ # COMMENT= Document format and character code converters @@ -57,6 +57,7 @@ SUBDIR+= p5-nkf SUBDIR+= php-iconv SUBDIR+= php-mbstring SUBDIR+= psiconv +SUBDIR+= pstotext SUBDIR+= py-chardet SUBDIR+= py-jpCodecs SUBDIR+= py-simplejson |