fix dependency on py-lucene
This commit is contained in:
parent
ff29245bfc
commit
670d48d659
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176324
1 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
|
|||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS= MOZILLA "Use Mozilla rendered (experimental)" OFF \
|
||||
PYLUCENCE "Use Lucence search engine" ON
|
||||
PYLUCENE "Use Lucene search engine" ON
|
||||
|
||||
USE_GNOME= pygnomeextras pygnome2
|
||||
USE_PYTHON= yes
|
||||
|
@ -33,10 +33,10 @@ CONFLICTS= PenguinTV-[0-9]*
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITHOUT_PYLUCENCE)
|
||||
BROKEN= Cannot be run without PyLucence
|
||||
.if defined(WITHOUT_PYLUCENE)
|
||||
BROKEN= Cannot be run without PyLucene
|
||||
.else
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/devel/py-lucence
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/devel/py-lucene
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MOZILLA)
|
||||
|
|
Loading…
Reference in a new issue