diff options
author | martti <martti@pkgsrc.org> | 2001-11-23 08:34:44 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-23 08:34:44 +0000 |
commit | d8108db043562700564ce707200e1404562591c0 (patch) | |
tree | e0ea391540f21f5ea880e6e7774f35a60e6478e1 /textproc/Makefile | |
parent | aee69e4efb45887fa749d4411f9a60b0a67bf233 (diff) | |
download | pkgsrc-d8108db043562700564ce707200e1404562591c0.tar.gz |
Added libxslt
Diffstat (limited to 'textproc/Makefile')
-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 |