diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 14:28:30 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 14:28:30 +0800 |
commit | 183c10a1c96cd46862aa1ee9326aef6557570713 (patch) | |
tree | 7ac18ec5db064d2533f5ae9dd9d0e9a314822377 /Mk | |
parent | d7fbdb1c6c15d307baf0c0b67821e0649723bcfe (diff) | |
download | marcuscom-ports-183c10a1c96cd46862aa1ee9326aef6557570713.tar marcuscom-ports-183c10a1c96cd46862aa1ee9326aef6557570713.tar.gz marcuscom-ports-183c10a1c96cd46862aa1ee9326aef6557570713.tar.bz2 marcuscom-ports-183c10a1c96cd46862aa1ee9326aef6557570713.tar.lz marcuscom-ports-183c10a1c96cd46862aa1ee9326aef6557570713.tar.xz marcuscom-ports-183c10a1c96cd46862aa1ee9326aef6557570713.tar.zst marcuscom-ports-183c10a1c96cd46862aa1ee9326aef6557570713.zip |
* Use tabs instead of spaces in some places
* Correct a fairly serious typo with a missing '}'
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5210 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.mozilla.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.mozilla.mk b/Mk/bsd.mozilla.mk index 980e4beda..635112a05 100644 --- a/Mk/bsd.mozilla.mk +++ b/Mk/bsd.mozilla.mk @@ -2,7 +2,7 @@ # ex:ts=4 # # $FreeBSD$ -# $MCom: ports/Mk/bsd.mozilla.mk,v 1.14 2005/11/24 04:01:20 ahze Exp $ +# $MCom: ports/Mk/bsd.mozilla.mk,v 1.15 2005/11/24 04:02:58 ahze Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -39,7 +39,7 @@ Mozilla_Pre_Include= bsd.mozilla.mk # WITH_GECKO= mozilla firefox seamonkey # -_GECKO_ALL= firefox firefox-devel mozilla mozilla-devel nvu \ +_GECKO_ALL= firefox firefox-devel mozilla mozilla-devel nvu \ seamonkey sunbird thunderbird _NEW_GCC_GECKO= firefox firefox-devel mozilla-devel seamonkey sunbird @@ -89,7 +89,7 @@ GECKO_FALLTRHOUGH= true .endif .if defined(GECKO) && ${_GECKO_ALL:M${GECKO}}!="" -. if ${_NEW_GCC_GECKO:M${GECKO}!="" +. if ${_NEW_GCC_GECKO:M${GECKO}}!="" USE_GCC?= 3.4+ . endif .endif |