diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-13 22:07:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-13 22:07:32 +0000 |
commit | 56dc9d08a8f615ad145576fefb6d83fa9f5bfe2e (patch) | |
tree | 4c22e490d167a30cfaf6aa1544672adad210068e /www | |
parent | - Update to 1.10 (diff) |
- No package: conflicting versions of python; no problem when compiling from
port
- Update comment
PR: ports/86015
Submitted by: Tim Middleton <x@Vex.Net> (maintainer)
Notes
Notes:
svn path=/head/; revision=142639
Diffstat (limited to 'www')
-rw-r--r-- | www/zope-parsedxml/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/zope-parsedxml/Makefile b/www/zope-parsedxml/Makefile index 95fb11ac019c..d42080987e5c 100644 --- a/www/zope-parsedxml/Makefile +++ b/www/zope-parsedxml/Makefile @@ -14,14 +14,11 @@ DISTNAME= ParsedXML-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= x@Vex.Net -COMMENT= ParsedXML - access and manipulated XML documents within Zope +COMMENT= Access and manipulate XML documents within Zope RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml -BROKEN= Broken dependency -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - +NO_PACKAGE= Double python dependency USE_PYTHON= yes USE_ZOPE= yes DIST_SUBDIR= zope |