diff options
author | mezz <mezz@FreeBSD.org> | 2008-08-07 00:26:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-08-07 00:26:18 +0800 |
commit | 90ba66e77a0c095ea721de94ec812e9c3b18589a (patch) | |
tree | f6d4fb6e00c7e9f1e5db91dcdff8aa63df722f33 /Mk/bsd.gecko.mk | |
parent | 6f358efa7cd25200b72253c77c14201f8e530756 (diff) | |
download | freebsd-ports-gnome-90ba66e77a0c095ea721de94ec812e9c3b18589a.tar.gz freebsd-ports-gnome-90ba66e77a0c095ea721de94ec812e9c3b18589a.tar.zst freebsd-ports-gnome-90ba66e77a0c095ea721de94ec812e9c3b18589a.zip |
Remove firefox3 from USE_GECKO; it does not work and wait for xulrunner 1.9
comes in. The xulrunner 1.9 is current in MC ports. It's clear about that
Mozilla folks want us to use xulrunner for SDK/build.
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index e04fde8b739d..107c807a5812 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -12,10 +12,10 @@ # ======================= USERS ================================= # To specify which gecko-based backend you prefer, use something like: # -# WITH_GECKO= firefox3 +# WITH_GECKO= firefox # # The valid backends are: -# firefox firefox3 flock nvu seamonkey thunderbird xulrunner +# firefox flock nvu seamonkey thunderbird xulrunner # # See below for more details. # ======================= /USERS ================================ @@ -79,7 +79,7 @@ Gecko_Pre_Include= bsd.gecko.mk # ${WRKSRC}/configure # .endif -_GECKO_ALL= firefox nvu seamonkey thunderbird xulrunner flock firefox3 mozilla +_GECKO_ALL= firefox nvu seamonkey thunderbird xulrunner flock mozilla thunderbird_PORTSDIR= mail |