diff options
author | jwise <jwise> | 2001-09-28 23:41:27 +0000 |
---|---|---|
committer | jwise <jwise> | 2001-09-28 23:41:27 +0000 |
commit | 954ae18fdfe1d982fbd7ba40d5c8abbbc7e4b0d1 (patch) | |
tree | 4013d0897649c2848a2087680f0abb23a29f4a41 /textproc | |
parent | 1b8cb240d32362c005ec906c1f67f89e743f139a (diff) | |
download | pkgsrc-954ae18fdfe1d982fbd7ba40d5c8abbbc7e4b0d1.tar.gz |
Add and enable tcl-expat.
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 505d9cfb689..19523fcd785 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2001/09/26 19:39:34 wrstuden Exp $ +# $NetBSD: Makefile,v 1.117 2001/09/28 23:41:27 jwise Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -90,6 +90,7 @@ SUBDIR+= sp SUBDIR+= t1lib SUBDIR+= t1utils SUBDIR+= tcl-dom +SUBDIR+= tcl-expat SUBDIR+= tcl-xml SUBDIR+= texi2html SUBDIR+= texi2roff |