diff options
author | martti <martti> | 2001-11-23 08:34:44 +0000 |
---|---|---|
committer | martti <martti> | 2001-11-23 08:34:44 +0000 |
commit | ffeab3b2da6e5eeea0dbe8c3d3debc3c31c8be1d (patch) | |
tree | e0ea391540f21f5ea880e6e7774f35a60e6478e1 /textproc | |
parent | f00114464046ceb1c1e0d12739ebe37b092b69cb (diff) | |
download | pkgsrc-ffeab3b2da6e5eeea0dbe8c3d3debc3c31c8be1d.tar.gz |
Added libxslt
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 0740cf3e614..605a374a7c6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2001/11/19 00:00:52 seb Exp $ +# $NetBSD: Makefile,v 1.127 2001/11/23 08:34:44 martti Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -43,6 +43,7 @@ SUBDIR+= libpspell SUBDIR+= libunicode SUBDIR+= libxml SUBDIR+= libxml2 +SUBDIR+= libxslt SUBDIR+= lout SUBDIR+= lq-sp SUBDIR+= makeztxt |