summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2006-11-15 17:56:38 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2006-11-15 17:56:38 +0000
commit5678cda62baedac4a7d342f564a357ab07ab260d (patch)
tree01d97e366f48510835f9f7217d84542b3c64b0ee /net
parent- Be compitable with Emacs 22. Thanks to Max N. Boyarov <m.boyarov@bsd.by> (diff)
Fix conditional dependency on devel/py-lucene -> textproc/py-lucene.
Fix INDEX build. Approved by: flz (mentor)
Notes
Notes: svn path=/head/; revision=177327
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)