aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pootle
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-10-03 16:33:48 +0800
committermm <mm@FreeBSD.org>2010-10-03 16:33:48 +0800
commita2e671e80f81d994f27500acc69819428df4369c (patch)
treea36bc93314cff09fcae72bca0e6df4d2211a7e53 /textproc/pootle
parent6bcef70ad1254040b20ef5535ab8cade1296fe63 (diff)
downloadfreebsd-ports-gnome-a2e671e80f81d994f27500acc69819428df4369c.tar.gz
freebsd-ports-gnome-a2e671e80f81d994f27500acc69819428df4369c.tar.zst
freebsd-ports-gnome-a2e671e80f81d994f27500acc69819428df4369c.zip
- fix pylucene dependency
Reported by: pointyhat (pav)
Diffstat (limited to 'textproc/pootle')
-rw-r--r--textproc/pootle/Makefile2
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)