diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-24 14:32:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-24 14:32:28 +0000 |
commit | dcf9ccf06c8109120fd84885d32e61660dd0a84d (patch) | |
tree | 1d79293f58bdd15c2d662f70d1e7a3d4359d1a90 /textproc/py-xml | |
parent | 048b8208748b948b8538e3eb3893b961ce83f9ed (diff) | |
download | pkgsrc-dcf9ccf06c8109120fd84885d32e61660dd0a84d.tar.gz |
Fix CONFLICTS line.
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 |