diff options
author | flo <flo@FreeBSD.org> | 2011-07-01 02:19:48 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-07-01 02:19:48 +0800 |
commit | b37c3ff58b47025684e69375b731add58ed24526 (patch) | |
tree | 9de6789ce3dafc32c85a20d187d9a903dd33d0bb /Mk | |
parent | 69e4a1ec46d2b631a13a1a16331af2bb500de692 (diff) | |
download | freebsd-ports-gnome-b37c3ff58b47025684e69375b731add58ed24526.tar.gz freebsd-ports-gnome-b37c3ff58b47025684e69375b731add58ed24526.tar.zst freebsd-ports-gnome-b37c3ff58b47025684e69375b731add58ed24526.zip |
update thunderbird to 5.0
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index f76f49a9efc4..ee091f1fd079 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -199,9 +199,9 @@ Gecko_Pre_Include= bsd.gecko.mk # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 31+ 30+ 31 30 +# Available values: yes 50+ 31+ 50 31 # NOTE: -# default value 31 is used in case of USE_THUNDERBIRD=yes +# default value 50 is used in case of USE_THUNDERBIRD=yes # # USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD @@ -364,13 +364,13 @@ USE_THUNDERBIRD:= ${USE_THUNDERBIRD_BUILD} _THUNDERBIRD_BUILD_DEPENDS= yes .endif -_THUNDERBIRD_DEFAULT_VERSION= 31 -_THUNDERBIRD_VERSIONS= 31 30 -_THUNDERBIRD_RANGE_VERSIONS= 31+ 30+ +_THUNDERBIRD_DEFAULT_VERSION= 50 +_THUNDERBIRD_VERSIONS= 50 31 +_THUNDERBIRD_RANGE_VERSIONS= 50+ 31+ # For specifying [31, 30, ..]+ -_THUNDERBIRD_30P= 30 ${_THUNDERBIRD_31P} -_THUNDERBIRD_31P= 31 +_THUNDERBIRD_31P= 31 ${_THUNDERBIRD_31P} +_THUNDERBIRD_50P= 50 # Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given .if ${USE_THUNDERBIRD} == "yes" @@ -412,8 +412,8 @@ IGNORE= cannot install: unknown Thunderbird version: thunderbird-${USE_THUNDER .endif # Dependence lines for different Thunderbird versions -31_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird -30_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird3 +50_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +31_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird3 # Add dependencies .if defined(USE_THUNDERBIRD) |