diff options
author | ahze <ahze@FreeBSD.org> | 2005-12-09 03:15:07 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-12-09 03:15:07 +0000 |
commit | 4ccb298b248bbefab2931a8372bdff6a644223ee (patch) | |
tree | a2e23bf94b296099b179c73df6cfffbed845350b /www/mozilla | |
parent | 92fd67667ed9121a53eee706dde329893b009eb2 (diff) | |
download | FreeBSD-ports-4ccb298b248bbefab2931a8372bdff6a644223ee.zip FreeBSD-ports-4ccb298b248bbefab2931a8372bdff6a644223ee.tar.gz |
- Only support mozilla and thunderbird on 4.x to fix many builds or
mark them BROKEN
Diffstat (limited to 'www/mozilla')
-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 8b1def8..3c09b7d 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 |