diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-20 21:03:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-20 21:03:50 +0000 |
commit | e54016a88a932a09ef712c8c3e2d6c6912abf65d (patch) | |
tree | c9c37544665c89f96a3ad77b38923ed69d4b0c75 /textproc/Makefile | |
parent | a3b45bfe2490e8e6f61a0e15797639d80ea56088 (diff) | |
download | pkgsrc-e54016a88a932a09ef712c8c3e2d6c6912abf65d.tar.gz |
Move old version of libxml++ to libxml++1 and current version to libxml++.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9799f30e19e..85214317446 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.383 2007/09/20 20:53:30 wiz Exp $ +# $NetBSD: Makefile,v 1.384 2007/09/20 21:03:50 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -138,7 +138,7 @@ SUBDIR+= libpathan SUBDIR+= libunicode SUBDIR+= libxml SUBDIR+= libxml++ -SUBDIR+= libxml++2 +SUBDIR+= libxml++1 SUBDIR+= libxml2 SUBDIR+= libxslt SUBDIR+= lout |