- Correct py-lucene dependencies too

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2007-08-07 08:38:13 +00:00
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

View file

@ -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:

View file

@ -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: