diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-13 06:04:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-13 06:04:07 +0800 |
commit | 44bbf0d88cbee7f2389d3b35cd51e4840ab05a55 (patch) | |
tree | af70a963fd62bffa2b58f6a32a73405ccbb00ebe /www | |
parent | ccbbfad3e2f6152dd3adf7d368487a37b54543b1 (diff) | |
download | freebsd-ports-gnome-44bbf0d88cbee7f2389d3b35cd51e4840ab05a55.tar.gz freebsd-ports-gnome-44bbf0d88cbee7f2389d3b35cd51e4840ab05a55.tar.zst freebsd-ports-gnome-44bbf0d88cbee7f2389d3b35cd51e4840ab05a55.zip |
- Add support for firefox3 and firefox35
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-mplayer-plugin/Makefile.npapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-mplayer-plugin/Makefile.npapi b/www/linux-mplayer-plugin/Makefile.npapi index e7ce250d4b7a..84730ebc91e3 100644 --- a/www/linux-mplayer-plugin/Makefile.npapi +++ b/www/linux-mplayer-plugin/Makefile.npapi @@ -67,7 +67,7 @@ NPAPI_APPS_ALL_WC_LINUX= ${NPAPI_APPS_ALL_WC:S/^*/linux-/} NPAPI_APPS_ALL_WC_NATIVE= ${NPAPI_APPS_ALL_WC:S/^*//} NPAPI_APPS_ALL= firefox firefox-devel linux-firefox linux-firefox-devel \ flock flock-devel linux-flock linux-flock-devel \ - mozilla mozilla-devel linux-mozilla \ + mozilla mozilla-devel linux-mozilla firefox3 firefox35 \ linux-netscape-messenger linux-netscape-navigator \ nvu linux-nvu \ opera opera-devel linux-opera linux-opera-devel \ |