diff options
author | szptvlfn <szptvlfn> | 2014-08-01 12:11:19 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn> | 2014-08-01 12:11:19 +0000 |
commit | 444a751d0174c97d5b6385987af6011a82f59ffa (patch) | |
tree | d162cc35ebed741005f56a00e8f8d0e24628f814 /textproc | |
parent | 171765f0cce3104938bdddb8e3a30f742cc517ef (diff) | |
download | pkgsrc-444a751d0174c97d5b6385987af6011a82f59ffa.tar.gz |
+ hs-stringsearch
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 334321ef8ff..0106b9ae6a4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.787 2014/07/31 00:01:54 rodent Exp $ +# $NetBSD: Makefile,v 1.788 2014/08/01 12:11:19 szptvlfn Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -210,6 +210,7 @@ SUBDIR+= hs-blaze-html SUBDIR+= hs-blaze-markup SUBDIR+= hs-parsec SUBDIR+= hs-polyparse +SUBDIR+= hs-stringsearch SUBDIR+= html SUBDIR+= html2text SUBDIR+= html2wml |