diff options
author | pav <pav@FreeBSD.org> | 2005-09-14 06:07:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-14 06:07:32 +0800 |
commit | 56c8eabc43530a4f820831384a40112f5a8ea8d4 (patch) | |
tree | aa30e8ffae751829e977fdf115816912b2cac8da /www | |
parent | 62df2db25dd2116b08adbb9ee8e5540615f37180 (diff) | |
download | freebsd-ports-gnome-56c8eabc43530a4f820831384a40112f5a8ea8d4.tar.gz freebsd-ports-gnome-56c8eabc43530a4f820831384a40112f5a8ea8d4.tar.zst freebsd-ports-gnome-56c8eabc43530a4f820831384a40112f5a8ea8d4.zip |
- 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)
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 |