diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-26 12:46:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-26 12:46:21 +0000 |
commit | d88ef861e9c58a4def41cc6ae1da33163209b0fc (patch) | |
tree | 4a870d1bc16c524a9c7bb510d96b5ff19b08b864 /textproc/Makefile | |
parent | 528cfd0a8c4ff60494261794a9a9108d06f3bb0f (diff) | |
download | pkgsrc-d88ef861e9c58a4def41cc6ae1da33163209b0fc.tar.gz |
Add and enable gsed
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 ffccfa2d001..46b58ede389 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2001/06/25 17:28:21 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2001/06/26 12:46:21 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -18,6 +18,7 @@ SUBDIR+= expat SUBDIR+= fop SUBDIR+= glimpse SUBDIR+= groff +SUBDIR+= gsed SUBDIR+= helpdeco SUBDIR+= hevea SUBDIR+= html |