diff options
author | rh <rh@pkgsrc.org> | 2001-06-29 11:47:32 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-06-29 11:47:32 +0000 |
commit | d64d7b4ed56208f0ac6299d9696d140fb7bb2eb7 (patch) | |
tree | 83705513d22dbd0346bcc021a040660d84904cfd /textproc/Makefile | |
parent | f21585821bc9550ada4841a0d5b3b20dd4402e00 (diff) | |
download | pkgsrc-d64d7b4ed56208f0ac6299d9696d140fb7bb2eb7.tar.gz |
Add and enable libxml2
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 46b58ede389..e53bd57d3e8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2001/06/26 12:46:21 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2001/06/29 11:47:32 rh Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -39,6 +39,7 @@ SUBDIR+= latex2html SUBDIR+= libpspell SUBDIR+= libunicode SUBDIR+= libxml +SUBDIR+= libxml2 SUBDIR+= lout SUBDIR+= lq-sp SUBDIR+= makeztxt |