- Correct py-lucene dependencies too
Reported by: krismail
This commit is contained in:
parent
e15ddae43c
commit
e29b4ea99e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197265
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimed
|
|||
.if defined(WITHOUT_PYLUCENE)
|
||||
#BROKEN= Cannot be run without PyLucene
|
||||
.else
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/textproc/py-lucene
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyLucene.py:${PORTSDIR}/textproc/py-lucene
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
|
|
|
@ -46,7 +46,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimed
|
|||
.if defined(WITHOUT_PYLUCENE)
|
||||
#BROKEN= Cannot be run without PyLucene
|
||||
.else
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/textproc/py-lucene
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyLucene.py:${PORTSDIR}/textproc/py-lucene
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
|
|
Loading…
Reference in a new issue