aboutsummaryrefslogtreecommitdiff
path: root/www/helixplugin
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2009-11-27 09:08:23 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2009-11-27 09:08:23 +0000
commit7bd65f5b4acfcf7582ff78dc24b53b95e4be4374 (patch)
treeac22b4036e50ef6f517c0e01c7fa50c0c6c9377b /www/helixplugin
parent0387b6a2e3879a05710acc8edc04d5a663f1b06e (diff)
downloadports-7bd65f5b4acfcf7582ff78dc24b53b95e4be4374.tar.gz
ports-7bd65f5b4acfcf7582ff78dc24b53b95e4be4374.zip
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk - Bump PORTREVISION Approved by: portmgr (miwi) Exp-run by: miwi
Notes
Notes: svn path=/head/; revision=244837
Diffstat (limited to 'www/helixplugin')
-rw-r--r--www/helixplugin/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/helixplugin/Makefile b/www/helixplugin/Makefile
index 83d616624bdd..89cd4145b72c 100644
--- a/www/helixplugin/Makefile
+++ b/www/helixplugin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hxplugin
PORTVERSION= 20070318
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www multimedia
MASTER_SITES= http://virtual-estates.net/~mi/port-stuff/
@@ -17,7 +17,7 @@ COMMENT= Browser plugin for Real or Helix Players
USE_BZIP2 = yes
USE_DOS2UNIX = yes
MAKEFILE = ${FILESDIR}/BSDmakefile
-USE_GECKO = firefox mozilla seamonkey xulrunner
+USE_GECKO = seamonkey
MAKE_ENV += TOP="${WRKSRC}" GECKO=${GECKO}
USE_WEBPLUGINS= native
@@ -32,6 +32,5 @@ do-install:
${INSTALL_DATA} ${WEBPLUGINS_FILES:S|^|${WRKSRC}/|} ${WEBPLUGINS_DIR}/
.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
.include <bsd.port.post.mk>