diff options
author | rh <rh> | 1999-12-28 10:44:02 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-28 10:44:02 +0000 |
commit | 6d47049908f9ed3651404c45bb6ecb4957b7ee82 (patch) | |
tree | ea7e34a0f001a8da97e1797fa21ec10714fb6fe5 | |
parent | 2ce85b0a684460b14220dfeaedc947e63b6801e7 (diff) | |
download | pkgsrc-6d47049908f9ed3651404c45bb6ecb4957b7ee82.tar.gz |
Add and enable html2text
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7f82729e64e..4f9e7313541 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 1999/12/16 15:01:19 bouyer Exp $ +# $NetBSD: Makefile,v 1.31 1999/12/28 10:44:02 rh Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # @@ -11,6 +11,7 @@ SUBDIR += eperl SUBDIR += glimpse # SUBDIR += html + SUBDIR += html2text # SUBDIR += info2html # SUBDIR += isearch SUBDIR += iso12083 |