diff options
author | pav <pav@FreeBSD.org> | 2008-07-22 17:21:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-22 17:21:16 +0800 |
commit | c46b4f63da20aee3d68c9c690b4b54ebbd4e03a9 (patch) | |
tree | 66f8cfb7d40b241facacb6fdcc17b27893b74169 /Mk/bsd.gecko.mk | |
parent | 16bfae699706fca8f797cea0b90eee050326ca8d (diff) | |
download | freebsd-ports-gnome-c46b4f63da20aee3d68c9c690b4b54ebbd4e03a9.tar.gz freebsd-ports-gnome-c46b4f63da20aee3d68c9c690b4b54ebbd4e03a9.tar.zst freebsd-ports-gnome-c46b4f63da20aee3d68c9c690b4b54ebbd4e03a9.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 |