diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-04 01:28:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-04 01:28:17 +0000 |
commit | 670d48d659cb7f0eb3918951ac97a02ff09437f6 (patch) | |
tree | 310911bb832399b01c48c4554c9321209998e277 /net/penguintv-devel/Makefile | |
parent | ff29245bfce2ce062a4ec25131fd06c770e6d3fb (diff) | |
download | ports-670d48d659cb7f0eb3918951ac97a02ff09437f6.tar.gz ports-670d48d659cb7f0eb3918951ac97a02ff09437f6.zip |
Notes
Diffstat (limited to 'net/penguintv-devel/Makefile')
-rw-r--r-- | net/penguintv-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/penguintv-devel/Makefile b/net/penguintv-devel/Makefile index da61007b3a52..ea46edd0a80e 100644 --- a/net/penguintv-devel/Makefile +++ b/net/penguintv-devel/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ RUN_DEPENDS= ${BUILD_DEPENDS} OPTIONS= MOZILLA "Use Mozilla rendered (experimental)" OFF \ - PYLUCENCE "Use Lucence search engine" ON + PYLUCENE "Use Lucene search engine" ON USE_GNOME= pygnomeextras pygnome2 USE_PYTHON= yes @@ -33,10 +33,10 @@ CONFLICTS= PenguinTV-[0-9]* .include <bsd.port.pre.mk> -.if defined(WITHOUT_PYLUCENCE) -BROKEN= Cannot be run without PyLucence +.if defined(WITHOUT_PYLUCENE) +BROKEN= Cannot be run without PyLucene .else -RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/devel/py-lucence +RUN_DEPENDS+= ${LOCALBASE}/lib/python2.4/site-packages/PyLucene.py:${PORTSDIR}/devel/py-lucene .endif .if defined(WITH_MOZILLA) |