diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 12:20:21 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 12:20:21 +0800 |
commit | fa3362f88e33ac033fb5664b0ae2b97c68d3fe6f (patch) | |
tree | e5b564e8b30f3cdfa7d99af3514d18f71a1e076e /www/mozilla/bsd.gecko.mk | |
parent | c366d6aa9f5d7f59fbd39bb342aa1d1ec3453364 (diff) | |
download | marcuscom-ports-fa3362f88e33ac033fb5664b0ae2b97c68d3fe6f.tar.gz marcuscom-ports-fa3362f88e33ac033fb5664b0ae2b97c68d3fe6f.tar.zst marcuscom-ports-fa3362f88e33ac033fb5664b0ae2b97c68d3fe6f.zip |
- Remove sunbird, it doesn't install gtkmozembed stuff anymore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7765 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/bsd.gecko.mk')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index c682dbedb..911c543a5 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.22 2006/09/14 13:58:56 ahze Exp $ +# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.25 2006/10/01 02:41:33 ahze Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -69,13 +69,11 @@ Gecko_Pre_Include= bsd.gecko.mk .if ${OSVERSION} >= 500000 .if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" -_GECKO_ALL= firefox nvu seamonkey sunbird thunderbird xulrunner firefox-devel flock +_GECKO_ALL= firefox nvu seamonkey thunderbird xulrunner firefox-devel flock .endif .endif _GECKO_ALL+= mozilla -sunbird_PORTSDIR= deskutils - thunderbird_PORTSDIR= mail .for gecko in ${_GECKO_ALL} |