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/helixplugin | |
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/helixplugin')
-rw-r--r-- | www/helixplugin/Makefile | 5 |
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> |