diff options
author | beat <beat@FreeBSD.org> | 2009-11-27 17:08:23 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-11-27 17:08:23 +0800 |
commit | f0f85404dfce3e0ebbadd313810114113980462d (patch) | |
tree | 019a09fb19794d0c67582d0fe097a5fb00e9061c /net | |
parent | 55febf1222367b4f8ce2413e01fd581c093822ca (diff) | |
download | freebsd-ports-gnome-f0f85404dfce3e0ebbadd313810114113980462d.tar.gz freebsd-ports-gnome-f0f85404dfce3e0ebbadd313810114113980462d.tar.zst freebsd-ports-gnome-f0f85404dfce3e0ebbadd313810114113980462d.zip |
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION
Approved by: portmgr (miwi)
Exp-run by: miwi
Diffstat (limited to 'net')
-rw-r--r-- | net/penguintv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/penguintv/Makefile b/net/penguintv/Makefile index b88f4635b341..9410f99b753a 100644 --- a/net/penguintv/Makefile +++ b/net/penguintv/Makefile @@ -6,7 +6,7 @@ PORTNAME= PenguinTV PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net audio multimedia MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/4.0 @@ -31,13 +31,12 @@ OPTIONS= PYLUCENE "Use Lucene search engine" ON \ USE_GNOME= pygnomeextras pygnome2 USE_PYTHON= yes -USE_GECKO= firefox +USE_GECKO= libxul USE_DISPLAY= yes CONFLICTS= PenguinTV-devel-[0-9]* .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .if defined(WITH_GSTREAMER) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer |