1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- fix pylucene dependency

Reported by:	pointyhat (pav)
This commit is contained in:
Martin Matuska 2010-10-03 08:33:48 +00:00
parent 6a258c1283
commit 81c60c2963
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262339

View File

@ -68,7 +68,7 @@ RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion
.endif
.if defined(WITH_LUCENE)
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}lucene>0:${PORTSDIR}/textproc/py-lucene
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}PyLucene>0:${PORTSDIR}/textproc/py-lucene
.endif
.if defined(WITH_MEMCACHED)