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 /www/gecko-mediaplayer | |
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 'www/gecko-mediaplayer')
-rw-r--r-- | www/gecko-mediaplayer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile index ca05ad8dc9d3..8855442b2f5a 100644 --- a/www/gecko-mediaplayer/Makefile +++ b/www/gecko-mediaplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= gecko-mediaplayer PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www multimedia gnome MASTER_SITES= GOOGLE_CODE @@ -23,7 +23,7 @@ OPTIONS= GCONF "Use Gconf to store preferences" off \ GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GNOME= glib20 -USE_GECKO= firefox mozilla seamonkey libxul +USE_GECKO= libxul seamonkey USE_WEBPLUGINS= native WEBPLUGINS_FILES= ${PORTNAME}-dvx.so ${PORTNAME}-qt.so ${PORTNAME}-rm.so \ ${PORTNAME}-wmp.so ${PORTNAME}.so @@ -55,6 +55,5 @@ post-patch: ${WRKSRC}/Makefile.in .endif -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .include "${PORTSDIR}/www/firefox/Makefile.webplugins" .include <bsd.port.post.mk> |