diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-10-03 08:33:48 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-10-03 08:33:48 +0000 |
commit | 81c60c296316d35fc995bbb5ab153f6c2aca6465 (patch) | |
tree | 9c29a534c47ed6f87dcfbb713b7c42b0075c876d /textproc/pootle | |
parent | 6a258c12836e6c4b10e123fb11fc11377ae3d00f (diff) | |
download | ports-81c60c296316d35fc995bbb5ab153f6c2aca6465.tar.gz ports-81c60c296316d35fc995bbb5ab153f6c2aca6465.zip |
Notes
Diffstat (limited to 'textproc/pootle')
-rw-r--r-- | textproc/pootle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pootle/Makefile b/textproc/pootle/Makefile index d022c25d5b9a..c8a67d7aa0e2 100644 --- a/textproc/pootle/Makefile +++ b/textproc/pootle/Makefile @@ -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) |