diff options
author | recht <recht@pkgsrc.org> | 2004-01-23 15:31:58 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-23 15:31:58 +0000 |
commit | 8c25f864e555d0eb7dd4bb8ac4ce4dc16ff93290 (patch) | |
tree | e30e4d7f10c5227465e9f190ea78fb69695990ff /textproc/py-xmltools | |
parent | 2ff27f1601dc4ce93d6da4aa87b70b37a917058d (diff) | |
download | pkgsrc-8c25f864e555d0eb7dd4bb8ac4ce4dc16ff93290.tar.gz |
catch up with pyxml -> py-xml name change
Diffstat (limited to 'textproc/py-xmltools')
-rw-r--r-- | textproc/py-xmltools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-xmltools/Makefile b/textproc/py-xmltools/Makefile index 91329581ebd..06bba291500 100644 --- a/textproc/py-xmltools/Makefile +++ b/textproc/py-xmltools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/03 18:49:54 reed Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/23 15:31:58 recht Exp $ # DISTNAME= xmltools-1.3.7 @@ -14,7 +14,7 @@ COMMENT= High level tools to help using XML in python PYDISTUTILSPKG= yes USE_BUILDLINK2= YES -.include "../../textproc/pyxml/buildlink2.mk" +.include "../../textproc/py-xml/buildlink2.mk" .include "../../textproc/py-FourSuite/buildlink2.mk" .include "../../x11/pygtk/buildlink2.mk" .include "../../lang/python/extension.mk" |