diff options
author | beat <beat@FreeBSD.org> | 2012-04-18 23:00:14 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-04-18 23:00:14 +0800 |
commit | b59230d190e156479c3f99aa5690cc3d4409441a (patch) | |
tree | 543802b3027dd00ee4407f51700b745d92a376fd /Mk | |
parent | 24cccb96b68a26b75b647c42ac37f53f0374d2b1 (diff) | |
download | freebsd-ports-gnome-b59230d190e156479c3f99aa5690cc3d4409441a.tar.gz freebsd-ports-gnome-b59230d190e156479c3f99aa5690cc3d4409441a.tar.zst freebsd-ports-gnome-b59230d190e156479c3f99aa5690cc3d4409441a.zip |
- Update Thunderbird to 11.0
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 5eed29f9a01e..36941241f69c 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -203,7 +203,7 @@ 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 10+ 31+ 10 31 +# Available values: yes 10+ 11+ 31+ 10 11 31 # NOTE: # default value 10 is used in case of USE_THUNDERBIRD=yes # @@ -383,11 +383,12 @@ _THUNDERBIRD_BUILD_DEPENDS= yes .endif _THUNDERBIRD_DEFAULT_VERSION= 10 -_THUNDERBIRD_VERSIONS= 10 31 -_THUNDERBIRD_RANGE_VERSIONS= 10+ 31+ +_THUNDERBIRD_VERSIONS= 10 11 31 +_THUNDERBIRD_RANGE_VERSIONS= 10+ 11+ 31+ # For specifying [31, 30, ..]+ -_THUNDERBIRD_31P= 31 ${_THUNDERBIRD_31P} +_THUNDERBIRD_31P= 31 ${_THUNDERBIRD_11P} +_THUNDERBIRD_11P= 11 ${_THUNDERBIRD_10P} _THUNDERBIRD_10P= 10 # Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given @@ -447,7 +448,8 @@ IGNORE= cannot install: unknown Thunderbird version: thunderbird-${USE_THUNDER .endif # Dependence lines for different Thunderbird versions -10_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +10_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird-esr +11_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird 31_DEPENDS= ${LOCALBASE}/lib/thunderbird3/thunderbird:${PORTSDIR}/mail/thunderbird3 # Add dependencies |