aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-03-01 03:04:41 +0800
committerantoine <antoine@FreeBSD.org>2014-03-01 03:04:41 +0800
commitd247e6cdb28c1c10418b9ec6b33e0c825346564f (patch)
tree2191b98ebd8befdc7cbb179e7ed598b948d18794 /textproc
parent840bb969c15a53e1ca7ca76101561e466dac436f (diff)
downloadfreebsd-ports-graphics-d247e6cdb28c1c10418b9ec6b33e0c825346564f.tar.gz
freebsd-ports-graphics-d247e6cdb28c1c10418b9ec6b33e0c825346564f.tar.zst
freebsd-ports-graphics-d247e6cdb28c1c10418b9ec6b33e0c825346564f.zip
Unbreak index, py-lucene was removed so remove LUCENE option
Diffstat (limited to 'textproc')
-rw-r--r--textproc/pootle/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/pootle/Makefile b/textproc/pootle/Makefile
index 5dd515cc2c1..217a10ec25f 100644
--- a/textproc/pootle/Makefile
+++ b/textproc/pootle/Makefile
@@ -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