Unbreak index, py-lucene was removed so remove LUCENE option
This commit is contained in:
parent
f8ebbb33c3
commit
7fc2d0ea48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346568
1 changed files with 2 additions and 7 deletions
|
@ -52,10 +52,9 @@ PKGINSTALL= ${WRKDIR}/pkg-install
|
|||
|
||||
PORTDOCS= ChangeLog COPYING INSTALL README wsgi.py
|
||||
|
||||
OPTIONS_DEFINE= MYSQL SUBVERSION LUCENE MEMCACHED
|
||||
OPTIONS_DEFAULT= MYSQL SUBVERSION LUCENE MEMCACHED
|
||||
OPTIONS_DEFINE= MYSQL SUBVERSION MEMCACHED
|
||||
OPTIONS_DEFAULT= MYSQL SUBVERSION MEMCACHED
|
||||
SUBVERSION_DESC= ${SVN_DESC}
|
||||
LUCENE_DESC= py-lucene for faster searching
|
||||
MEMCACHED_DESC= Enable memcached support
|
||||
|
||||
NO_STAGE= yes
|
||||
|
@ -69,10 +68,6 @@ USE_MYSQL= yes
|
|||
RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLUCENE}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}PyLucene>0:${PORTSDIR}/textproc/py-lucene
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMEMCACHED}
|
||||
LIB_DEPENDS+= memcached:${PORTSDIR}/databases/libmemcached
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}memcached>=1.45:${PORTSDIR}/databases/py-memcached
|
||||
|
|
Loading…
Reference in a new issue