diff options
author | wiz <wiz> | 2005-11-12 12:36:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-11-12 12:36:14 +0000 |
commit | e909247bc3d08abb4ed04003892fe711844077fa (patch) | |
tree | bd750b6ec7ef2a2c46a0b89de5336ce63d090d68 /textproc/Makefile | |
parent | 1cd4ca70925935a8ada2ec9eb57ba748448a48da (diff) | |
download | pkgsrc-e909247bc3d08abb4ed04003892fe711844077fa.tar.gz |
Add and enable libxml++2.
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 3a8eef2bcd1..31d6faba5c4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.301 2005/11/03 06:35:30 taca Exp $ +# $NetBSD: Makefile,v 1.302 2005/11/12 12:36:14 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -120,6 +120,7 @@ SUBDIR+= libcroco SUBDIR+= libpathan SUBDIR+= libunicode SUBDIR+= libxml +SUBDIR+= libxml++2 SUBDIR+= libxml2 SUBDIR+= libxslt SUBDIR+= lout |