diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:08:23 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:08:23 +0000 |
commit | 7bd65f5b4acfcf7582ff78dc24b53b95e4be4374 (patch) | |
tree | ac22b4036e50ef6f517c0e01c7fa50c0c6c9377b /www/helixplugin | |
parent | 0387b6a2e3879a05710acc8edc04d5a663f1b06e (diff) |
Notes
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> |