diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 22:50:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 22:50:51 +0000 |
commit | e548426d97ef5f64cd84abbe6155e6cb1bf60257 (patch) | |
tree | bfde4e12e91c69c003726408ba5c58379e89420b /net/penguintv-devel | |
parent | d733982cbcc6f843c2fff1e6a91c895458cbd585 (diff) |
Notes
Diffstat (limited to 'net/penguintv-devel')
-rw-r--r-- | net/penguintv-devel/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/penguintv-devel/Makefile b/net/penguintv-devel/Makefile index 8ad83888e875..66860162fa44 100644 --- a/net/penguintv-devel/Makefile +++ b/net/penguintv-devel/Makefile @@ -20,10 +20,6 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/p ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer \ ${PYXML} \ ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex -.if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ - ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} -.endif RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/PenguinTV-${PORTVERSION} @@ -34,6 +30,7 @@ OPTIONS= PYLUCENE "Use Lucene search engine" ON \ USE_GNOME= pygnomeextras pygnome2 USE_PYTHON= yes USE_GECKO= firefox +USE_DISPLAY= yes CONFLICTS= PenguinTV-[0-9]* |