diff options
author | jwise <jwise> | 2001-04-13 04:32:43 +0000 |
---|---|---|
committer | jwise <jwise> | 2001-04-13 04:32:43 +0000 |
commit | 6ae932661443c05349089b562bc0ea216b30f92c (patch) | |
tree | 573094209aa90ecc4ae8e31cf11c3426b6791a99 | |
parent | 12bafc7f01a6ef6b27604c067f2f90a821d50761 (diff) | |
download | pkgsrc-6ae932661443c05349089b562bc0ea216b30f92c.tar.gz |
Add and enable saxon.
-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 |