diff options
author | wiz <wiz> | 2006-09-03 12:54:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-09-03 12:54:05 +0000 |
commit | 7471e135471bd3145479450e31eec44b0d12bcd8 (patch) | |
tree | 481b2e08486b3a3eb93de56a3d8cc88e01179db9 /textproc | |
parent | bdad3b6f599c2a6f04e4e27b5c81c7f8e85b9dad (diff) | |
download | pkgsrc-7471e135471bd3145479450e31eec44b0d12bcd8.tar.gz |
Add libxml++.
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 b758a9c551b..9db9da250e6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.333 2006/08/11 15:57:40 wiz Exp $ +# $NetBSD: Makefile,v 1.334 2006/09/03 12:54:05 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -123,6 +123,7 @@ SUBDIR+= libcroco SUBDIR+= libpathan SUBDIR+= libunicode SUBDIR+= libxml +SUBDIR+= libxml++ SUBDIR+= libxml++2 SUBDIR+= libxml2 SUBDIR+= libxslt |