diff options
author | simonb <simonb@pkgsrc.org> | 2005-08-30 08:32:18 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2005-08-30 08:32:18 +0000 |
commit | d94f5ad1843ded74a4ec265d7d1c690b5e10aa68 (patch) | |
tree | 0ec5f9e17981dc1aa28bd84f9096ef442c0fc199 /textproc | |
parent | cea72e379e19d3ac6189018ffc3f0ccc02b91c1d (diff) | |
download | pkgsrc-d94f5ad1843ded74a4ec265d7d1c690b5e10aa68.tar.gz |
Add and enable qprint.
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 60c7fec6cc2..a9962042706 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.292 2005/08/01 00:25:41 agc Exp $ +# $NetBSD: Makefile,v 1.293 2005/08/30 08:32:18 simonb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -236,6 +236,7 @@ SUBDIR+= py-textile SUBDIR+= py-xml SUBDIR+= py-xmltools SUBDIR+= pyDict +SUBDIR+= qprint SUBDIR+= qsubst SUBDIR+= raptor SUBDIR+= regexx |