mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
Fix conditional dependency on devel/py-lucene -> textproc/py-lucene.
Fix INDEX build. Approved by: flz (mentor)
This commit is contained in:
parent
0d16ef1c78
commit
5678cda62b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177327
@ -43,7 +43,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/pygst.py:${PORTSDIR}/mult
|
||||
.if defined(WITHOUT_PYLUCENE)
|
||||
#BROKEN= Cannot be run without PyLucene
|
||||
.else
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/devel/py-lucene
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/textproc/py-lucene
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MOZILLA)
|
||||
|
Loading…
Reference in New Issue
Block a user