diff options
author | beat <beat@FreeBSD.org> | 2009-12-02 13:03:42 +0000 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-12-02 13:03:42 +0000 |
commit | 4c488e40596ce7d76f2f77eecf425b686e38bc19 (patch) | |
tree | cbea679f5ff50dbd4a773272230114d9074ad88b /Mk | |
parent | 06a2f865321864ebd4ce518a5d68712c9cff3659 (diff) | |
download | FreeBSD-ports-4c488e40596ce7d76f2f77eecf425b686e38bc19.zip FreeBSD-ports-4c488e40596ce7d76f2f77eecf425b686e38bc19.tar.gz |
- 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 bc0ec4c..5b4985e 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 |