diff options
Diffstat (limited to 'www/mozilla/bsd.gecko.mk')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index 239c0acd9..b8e32dfcc 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -2,7 +2,7 @@ # ex:ts=4 # # $FreeBSD$ -# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.12 2006/01/02 23:01:48 ahze Exp $ +# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.13 2006/01/12 23:02:00 ahze Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -64,9 +64,9 @@ Gecko_Pre_Include= bsd.gecko.mk # .endif .if ${OSVERSION} >= 500000 -_GECKO_ALL= firefox nvu seamonkey sunbird +_GECKO_ALL= firefox seamonkey sunbird thunderbird .endif -_GECKO_ALL+= mozilla thunderbird +_GECKO_ALL+= mozilla sunbird_PORTSDIR= deskutils |