diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-06-07 21:51:58 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-06-07 21:51:58 +0000 |
commit | 90451b8dacb66e195d64fbc56a6da3a9eb1a5c0b (patch) | |
tree | 059f99d5a1e4322a52e11a0a7aad99ce4d531cd7 /textproc | |
parent | ab8bb49fe2599239141e2cdbac9c9175abb82c06 (diff) | |
download | pkgsrc-90451b8dacb66e195d64fbc56a6da3a9eb1a5c0b.tar.gz |
add & enable html
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 e4805143cf4..40280c8a650 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2000/05/31 21:39:09 jwise Exp $ +# $NetBSD: Makefile,v 1.43 2000/06/07 21:51:58 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # @@ -11,6 +11,7 @@ SUBDIR += eperl SUBDIR += fop SUBDIR += glimpse + SUBDIR += html SUBDIR += html2text SUBDIR += iso12083 SUBDIR += iso8879 |