diff options
author | beat <beat@FreeBSD.org> | 2009-12-02 21:03:42 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-12-02 21:03:42 +0800 |
commit | 4c488e40596ce7d76f2f77eecf425b686e38bc19 (patch) | |
tree | cbea679f5ff50dbd4a773272230114d9074ad88b /Mk | |
parent | 06a2f865321864ebd4ce518a5d68712c9cff3659 (diff) | |
download | freebsd-ports-gnome-4c488e40596ce7d76f2f77eecf425b686e38bc19.tar.gz freebsd-ports-gnome-4c488e40596ce7d76f2f77eecf425b686e38bc19.tar.zst freebsd-ports-gnome-4c488e40596ce7d76f2f77eecf425b686e38bc19.zip |
- Remove obsolete gecko providers
Reviewed by: miwi
Diffstat (limited to '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 |