Date: Tue, 7 Dec 2010 21:26:04 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r463 - branches/experimental/Mk Message-ID: <201012072126.oB7LQ4AM048583@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat
Date: Tue Dec 7 21:26:04 2010
New Revision: 463
Log:
- Set appropriate version in case of a range
- Sync $FreeBSD$
Modified:
branches/experimental/Mk/bsd.gecko.mk
Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk Sun Dec 5 15:56:09 2010 (r462)
+++ branches/experimental/Mk/bsd.gecko.mk Tue Dec 7 21:26:04 2010 (r463)
@@ -4,7 +4,7 @@
# Date created: 12 Nov 2005
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
-# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.20 2010/03/28 06:30:26 dinoex Exp $
+# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.25 2010/11/30 13:03:10 beat Exp $
#
# 4 column tabs prevent hair loss and tooth decay!
@@ -303,6 +303,7 @@
.for firefox in ${_FIREFOX_${_MATCHED_FIREFOX_VER}P}
.if ${_FIREFOX_VER} == ${firefox}
_SUPFIREFOX= yes
+USE_FIREFOX= ${_FIREFOX_VER}
.endif
.endfor
.endif
@@ -399,6 +400,7 @@
.for seamonkey in ${_SEAMONKEY_${_MATCHED_SEAMONKEY_VER}P}
.if ${_SEAMONKEY_VER} == ${seamonkey}
_SUPSEAMONKEY= yes
+USE_SEAMONKEY= ${_SEAMONKEY_VER}
.endif
.endfor
.endif
@@ -495,6 +497,7 @@
.for thunderbird in ${_THUNDERBIRD_${_MATCHED_THUNDERBIRD_VER}P}
.if ${_THUNDERBIRD_VER} == ${thunderbird}
_SUPTHUNDERBIRD= yes
+USE_THUNDERBIRD= ${_THUNDERBIRD_VER}
.endif
.endfor
.endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012072126.oB7LQ4AM048583>
