diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-23 19:15:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-23 19:15:35 +0000 |
commit | edbd732efeb275986f4e4004fcd0e93dc4f02fe5 (patch) | |
tree | 53c975544eeb3701aef29de6bbad556fa6ee776d /textproc | |
parent | 5b9b84ba5a805f41103acf2a36e9f0808e1e79a8 (diff) | |
download | pkgsrc-edbd732efeb275986f4e4004fcd0e93dc4f02fe5.tar.gz |
Add hyperestraier.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a53d366f444..a5244d52dc2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.298 2005/10/16 20:23:14 wiz Exp $ +# $NetBSD: Makefile,v 1.299 2005/10/23 19:15:36 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -86,6 +86,7 @@ SUBDIR+= hre SUBDIR+= html SUBDIR+= html2text SUBDIR+= html2wml +SUBDIR+= hyperestraier SUBDIR+= icu SUBDIR+= intltool SUBDIR+= ipadic |