diff options
author | obache <obache@pkgsrc.org> | 2009-05-30 01:40:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-30 01:40:13 +0000 |
commit | a5f2a8dbca46af8f23fa3c51f584af18138bd8b1 (patch) | |
tree | 550a2912a0897ca6a46fcbb848e04c95c749e24f /textproc | |
parent | a36e540effc383444350a6ee2cd202f7c1818734 (diff) | |
download | pkgsrc-a5f2a8dbca46af8f23fa3c51f584af18138bd8b1.tar.gz |
Add libnxml.
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 f7e0e5260a4..526c4b366e4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.480 2009/05/25 09:46:10 obache Exp $ +# $NetBSD: Makefile,v 1.481 2009/05/30 01:40:13 obache Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -158,6 +158,7 @@ SUBDIR+= libclucene SUBDIR+= libcroco SUBDIR+= liblinebreak SUBDIR+= liblrdf +SUBDIR+= libnxml SUBDIR+= libpathan SUBDIR+= libunicode SUBDIR+= libxml |