diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-14 14:08:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-14 14:08:52 +0000 |
commit | 31e2a71447e466e681672bed48fbb2ba3ec4f4f1 (patch) | |
tree | 65bb0dc8368b804db48cc3e036fd303118ce1114 /textproc/Makefile | |
parent | eda927af23a5f99745b48500ff6cf58ae2100042 (diff) | |
download | pkgsrc-31e2a71447e466e681672bed48fbb2ba3ec4f4f1.tar.gz |
add and enable groff
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1055fa94724..a2562ce5a41 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2001/04/30 14:48:06 agc Exp $ +# $NetBSD: Makefile,v 1.98 2001/05/14 14:08:52 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -16,6 +16,7 @@ SUBDIR+= eperl SUBDIR+= expat SUBDIR+= fop SUBDIR+= glimpse +SUBDIR+= groff SUBDIR+= html SUBDIR+= html2text SUBDIR+= icu |