diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-30 04:11:48 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-30 04:11:48 +0800 |
commit | 4956610fa72727796c374473497931e025642c3c (patch) | |
tree | c26b7f1cc05d9c8e74e192eaeccbaa6bfc65ac53 /www | |
parent | c6d7b07ff67fd6df53f2bb8ea0c89469951a44f7 (diff) | |
download | marcuscom-ports-4956610fa72727796c374473497931e025642c3c.tar.gz marcuscom-ports-4956610fa72727796c374473497931e025642c3c.tar.zst marcuscom-ports-4956610fa72727796c374473497931e025642c3c.zip |
- Remove nvu support, nothing seems to support nvu out of the box anymore.
- Only support thunderbird on 5.x+
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5548 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index 239c0acd9..b8e32dfcc 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.12 2006/01/02 23:01:48 ahze Exp $ +# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.13 2006/01/12 23:02:00 ahze Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -64,9 +64,9 @@ Gecko_Pre_Include= bsd.gecko.mk # .endif .if ${OSVERSION} >= 500000 -_GECKO_ALL= firefox nvu seamonkey sunbird +_GECKO_ALL= firefox seamonkey sunbird thunderbird .endif -_GECKO_ALL+= mozilla thunderbird +_GECKO_ALL+= mozilla sunbird_PORTSDIR= deskutils |