diff options
author | recht <recht> | 2004-01-04 11:56:29 +0000 |
---|---|---|
committer | recht <recht> | 2004-01-04 11:56:29 +0000 |
commit | 4f0ab1f772ca92d2347cd603b5ca67081337907a (patch) | |
tree | 0e39ec9b5780cffc312cf7924a3797d09b44781a /textproc | |
parent | 1fc54b31cdda097ed9e854e907b8c32c31ad3686 (diff) | |
download | pkgsrc-4f0ab1f772ca92d2347cd603b5ca67081337907a.tar.gz |
add py-libxml2 and py-libxslt
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a62634f9334..044370b63e9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.221 2003/12/13 21:22:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.222 2004/01/04 11:56:29 recht Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -184,6 +184,8 @@ SUBDIR+= py-csv SUBDIR+= py-docutils SUBDIR+= py-dtml SUBDIR+= py-expat +SUBDIR+= py-libxml2 +SUBDIR+= py-libxslt SUBDIR+= py-xmltools SUBDIR+= pyDict SUBDIR+= pyxml |