diff options
author | jwise <jwise> | 2001-04-13 04:32:43 +0000 |
---|---|---|
committer | jwise <jwise> | 2001-04-13 04:32:43 +0000 |
commit | 7986e550aaba5c82c01466fba50718cdbad95369 (patch) | |
tree | 573094209aa90ecc4ae8e31cf11c3426b6791a99 /textproc | |
parent | 5bd706bab455d625395ae467a4cbc1477f597581 (diff) | |
download | pkgsrc-7986e550aaba5c82c01466fba50718cdbad95369.tar.gz |
Add and enable saxon.
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 d8a96f10f4f..cd587d9fa8b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2001/04/12 19:24:38 manu Exp $ +# $NetBSD: Makefile,v 1.85 2001/04/13 04:32:43 jwise Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -52,6 +52,7 @@ SUBDIR+= pyxml SUBDIR+= rfcutil SUBDIR+= rman SUBDIR+= rtfm +SUBDIR+= saxon SUBDIR+= scrollkeeper SUBDIR+= sp SUBDIR+= t1lib |