diff options
Diffstat (limited to 'textproc/py-xml')
-rw-r--r-- | textproc/py-xml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 85b5ded7bb2..7ae2e35d5cf 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:42 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/24 14:32:28 wiz Exp $ # DISTNAME= PyXML-0.8.4 @@ -10,7 +10,7 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://pyxml.sourceforge.net/ COMMENT= Collection of libraries to process XML with Python -CONFLICTS+= PyXML-* +CONFLICTS+= PyXML-[0-9]* PYDISTUTILSPKG= yes PYBINMODULE= yes |