mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Use generic PY_XML instead of explicit dependency
PR: ports/76568 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue