diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-12-02 13:03:42 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-12-02 13:03:42 +0000 |
commit | c4b0d49ac019ca28f8d75f9021e9d962ce4aa0b9 (patch) | |
tree | b1f8e78d60207dc5e65dd4253567eff3818ccc8d /Mk/bsd.gecko.mk | |
parent | c26cc80b404b0393b47adc5515c98c548aa1e8bf (diff) | |
download | freebsd-ports-c4b0d49ac019ca28f8d75f9021e9d962ce4aa0b9.zip |
- Remove obsolete gecko providers
Reviewed by: miwi
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index bc0ec4c71832..5b4985e58308 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -14,7 +14,7 @@ # WITH_GECKO= firefox # # The valid backends are: -# firefox flock nvu seamonkey thunderbird xulrunner +# firefox flock seamonkey thunderbird # # See below for more details. # ======================= /USERS ================================ @@ -78,7 +78,7 @@ Gecko_Pre_Include= bsd.gecko.mk # ${MOZSRC}/configure # .endif -_GECKO_ALL= firefox nvu seamonkey thunderbird xulrunner flock mozilla \ +_GECKO_ALL= firefox seamonkey thunderbird flock mozilla \ libxul thunderbird_PORTSDIR= mail |