Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2010 21:56:41 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r452 - branches/experimental/Mk
Message-ID:  <201012012156.oB1LufVE008815@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Wed Dec  1 21:56:40 2010
New Revision: 452

Log:
- Fix copy-paste failure to make USE_THUNDERBIRD working

Modified:
   branches/experimental/Mk/bsd.gecko.mk

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk	Wed Dec  1 10:26:27 2010	(r451)
+++ branches/experimental/Mk/bsd.gecko.mk	Wed Dec  1 21:56:40 2010	(r452)
@@ -418,8 +418,8 @@
 _THUNDERBIRD_FIREFOX_RANGE_VERSIONS=	31+ 30+
 
 # For specifying [31, 30, ..]+
-_FIREFOX_30P=	30 ${_THUNDERBIRD_31P}
-_FIREFOX_31P=	31
+_THUNDERBIRD_30P=	30 ${_THUNDERBIRD_31P}
+_THUNDERBIRD_31P=	31
 
 # Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given
 .if ${USE_THUNDERBIRD} == "yes"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012012156.oB1LufVE008815>