- Use generic PY_XML instead of explicit dependency

PR:		ports/76568
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-01-24 00:03:46 +00:00
parent 64b5caad39
commit 488660d601
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127156
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ OPTIONS= PYXML "Add dependency on PyXML (needed for crawler only)" on
.include <bsd.port.pre.mk>
.if defined(WITH_PYXML)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
RUN_DEPENDS+= ${PYXML}
.endif
.include <bsd.port.post.mk>

View file

@ -29,7 +29,7 @@ OPTIONS= PYXML "Add dependency on PyXML (needed for crawler only)" on
.include <bsd.port.pre.mk>
.if defined(WITH_PYXML)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
RUN_DEPENDS+= ${PYXML}
.endif
.include <bsd.port.post.mk>