summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-11-29 23:11:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-11-29 23:11:47 +0000
commit6062d95c9a2393197ff541b18b242a3ce1fe0051 (patch)
tree45c5e5964167ecd701871b1b90bcdce121255e42
parent- use DOCSDIR (diff)
- Adjust depobj for py-lucene dependency
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=223607
-rw-r--r--net/penguintv-devel/Makefile2
-rw-r--r--net/penguintv/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/penguintv-devel/Makefile b/net/penguintv-devel/Makefile
index c1bac4427a58..5c5138431e5d 100644
--- a/net/penguintv-devel/Makefile
+++ b/net/penguintv-devel/Makefile
@@ -46,7 +46,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimed
.if defined(WITHOUT_PYLUCENE)
#BROKEN= Cannot be run without PyLucene
.else
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyLucene.py:${PORTSDIR}/textproc/py-lucene
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/lucene/_lucene.so:${PORTSDIR}/textproc/py-lucene
.endif
do-build:
diff --git a/net/penguintv/Makefile b/net/penguintv/Makefile
index 25599fb738fc..c096abe3efba 100644
--- a/net/penguintv/Makefile
+++ b/net/penguintv/Makefile
@@ -44,7 +44,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimed
.if defined(WITHOUT_PYLUCENE)
#BROKEN= Cannot be run without PyLucene
.else
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyLucene.py:${PORTSDIR}/textproc/py-lucene
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/lucene/_lucene.so:${PORTSDIR}/textproc/py-lucene
.endif
do-build: