diff options
Diffstat (limited to 'www/mozilla/bsd.gecko.mk')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index 8b1def85f412..3c09b7d1aa5e 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -63,8 +63,10 @@ Gecko_Pre_Include= bsd.gecko.mk # ${WRKSRC}/configure # .endif - -_GECKO_ALL= firefox mozilla nvu seamonkey sunbird thunderbird +.if ${OSVERSION} >= 500000 +_GECKO_ALL= firefox nvu seamonkey sunbird +.endif +_GECKO_ALL+= mozilla thunderbird _NEW_GCC_GECKO= firefox seamonkey sunbird |