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 <[email protected]> # -# $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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
