diff options
author | wiz <wiz> | 2002-01-02 22:29:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-02 22:29:55 +0000 |
commit | b920280f08775447b676d6c754c6bed90f8a3f69 (patch) | |
tree | e4ade84b566a6bea9b50be36296cb914ba439594 /converters | |
parent | 1e7e0cef0afa4e6acd514a87ce4f44d532d1c1a4 (diff) | |
download | pkgsrc-b920280f08775447b676d6c754c6bed90f8a3f69.tar.gz |
Add and enable ttf2pt1.
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 08625738377..65d365e2aff 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2001/10/22 06:14:32 martti Exp $ +# $NetBSD: Makefile,v 1.38 2002/01/02 22:29:55 wiz Exp $ # COMMENT= Character code converters @@ -23,6 +23,7 @@ SUBDIR+= recode SUBDIR+= rpm2cpio SUBDIR+= rtf2html SUBDIR+= ruby-iconv +SUBDIR+= ttf2pt1 SUBDIR+= txt2html SUBDIR+= txt2man SUBDIR+= unix2dos |