diff options
author | tnn <tnn@pkgsrc.org> | 2015-09-27 23:46:31 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-09-27 23:46:31 +0000 |
commit | d8d5f7e035b483cbf3ae17a141ea290773d27c18 (patch) | |
tree | 484ce7258d2313b42841c1872d92eaaea1bbd6ff /www/seamonkey/Makefile | |
parent | a369875bd6fc7a29d80588efe21cf9c932173a92 (diff) | |
download | pkgsrc-d8d5f7e035b483cbf3ae17a141ea290773d27c18.tar.gz |
Remove old and probably stale Gecko Media Plugin patches (from FreeBSD?).
It might still be possible that pkgsrc needs adjustments for gmp loading
if/when we adopt some gmp packages, but until then they serve no purpose
and in fact appear to be harmful. Fixes Firefox startup error message:
addons.manager ERROR Exception calling provider GMPProvider.startup
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 6e03cbe05e8..c63f9cb9a3b 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.134 2015/09/21 05:03:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.135 2015/09/27 23:46:31 tnn Exp $ DISTNAME= # empty PKGNAME= seamonkey-${SM_VER:S/b/beta/} SM_VER= 2.35 #LIGHTNINGVER= 1.9 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/} #MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=seamonkey/releases/${SM_VER}/source/} |