aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlaszlof <laszlof@FreeBSD.org>2006-11-16 01:56:38 +0800
committerlaszlof <laszlof@FreeBSD.org>2006-11-16 01:56:38 +0800
commit7f4c4d19501be4a98984681b417f43791e44b858 (patch)
tree4a1636a9450dfd7d8221eca69d31c2423a8546af /net
parent84ef76da507f4483cef0cddedec56c4a5a5752aa (diff)
downloadfreebsd-ports-gnome-7f4c4d19501be4a98984681b417f43791e44b858.tar.gz
freebsd-ports-gnome-7f4c4d19501be4a98984681b417f43791e44b858.tar.zst
freebsd-ports-gnome-7f4c4d19501be4a98984681b417f43791e44b858.zip
Fix conditional dependency on devel/py-lucene -> textproc/py-lucene.
Fix INDEX build. Approved by: flz (mentor)
Diffstat (limited to 'net')
-rw-r--r--net/penguintv-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/penguintv-devel/Makefile b/net/penguintv-devel/Makefile
index da405557c873..a8c02eb0b009 100644
--- a/net/penguintv-devel/Makefile
+++ b/net/penguintv-devel/Makefile
@@ -43,7 +43,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/pygst.py:${PORTSDIR}/mult
.if defined(WITHOUT_PYLUCENE)
#BROKEN= Cannot be run without PyLucene
.else
-RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/devel/py-lucene
+RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/textproc/py-lucene
.endif
.if defined(WITH_MOZILLA)