diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-24 20:39:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-24 20:39:15 +0000 |
commit | aff8fd518af943d61fccb0bb96a3826ac4efcef6 (patch) | |
tree | ae92c01ac1fe0764aad683a62251c80f1ab3517b /net/penguintv/Makefile | |
parent | e88b63a36ed7d6842d8c97c03f386adf51ec503e (diff) | |
download | ports-aff8fd518af943d61fccb0bb96a3826ac4efcef6.tar.gz ports-aff8fd518af943d61fccb0bb96a3826ac4efcef6.zip |
Notes
Diffstat (limited to 'net/penguintv/Makefile')
-rw-r--r-- | net/penguintv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/penguintv/Makefile b/net/penguintv/Makefile index 5890cff23260..7d0f9d3e6217 100644 --- a/net/penguintv/Makefile +++ b/net/penguintv/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/p ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= leaves egg file behind on deinstall + WRKSRC= ${WRKDIR}/PenguinTV-${PORTVERSION} OPTIONS= PYLUCENE "Use Lucene search engine" ON \ |