From 2c45a849fff51a7579da9762645b118cd90f1dd5 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 7 Aug 2007 08:38:13 +0000 Subject: - Correct py-lucene dependencies too Reported by: krismail --- net/penguintv-devel/Makefile | 2 +- net/penguintv/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/penguintv-devel/Makefile b/net/penguintv-devel/Makefile index 26fab22a4292..8ad83888e875 100644 --- a/net/penguintv-devel/Makefile +++ b/net/penguintv-devel/Makefile @@ -47,7 +47,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+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/textproc/py-lucene +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyLucene.py:${PORTSDIR}/textproc/py-lucene .endif do-build: diff --git a/net/penguintv/Makefile b/net/penguintv/Makefile index 5a040ff8abbd..842b07d0c9f9 100644 --- a/net/penguintv/Makefile +++ b/net/penguintv/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+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/textproc/py-lucene +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyLucene.py:${PORTSDIR}/textproc/py-lucene .endif do-build: -- cgit