diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-22 09:21:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-22 09:21:16 +0000 |
commit | 0e3c723ed852a0a610956c10f9918aef801dc635 (patch) | |
tree | 9c9ff04198a0add0ecee404f82aaa5ca1ed98e3e /Mk/bsd.gecko.mk | |
parent | ee5e71667091587276c482b2e38e41b9419a416b (diff) | |
download | freebsd-ports-0e3c723ed852a0a610956c10f9918aef801dc635.zip |
- Remove special treatment of ia64 [1], 4.x, and sparc 64 5.x
Requested by: marcel
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index c012fb1c2c16..e04fde8b739d 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -79,12 +79,7 @@ Gecko_Pre_Include= bsd.gecko.mk # ${WRKSRC}/configure # .endif -.if ${OSVERSION} >= 500000 -.if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" -_GECKO_ALL= firefox nvu seamonkey thunderbird xulrunner flock firefox3 -.endif -.endif -_GECKO_ALL+= mozilla +_GECKO_ALL= firefox nvu seamonkey thunderbird xulrunner flock firefox3 mozilla thunderbird_PORTSDIR= mail |