diff options
author | beat <beat@FreeBSD.org> | 2011-11-09 01:35:09 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-11-09 01:35:09 +0800 |
commit | 29b15f74ea495cbd16478dcd85f0e1886a6b807e (patch) | |
tree | 005a37c5a329da1bfc435376c302724c7b34b6a2 /Mk | |
parent | fcb2c0e755b35bad1eba171907af7a250830ff0c (diff) | |
download | freebsd-ports-gnome-29b15f74ea495cbd16478dcd85f0e1886a6b807e.tar.gz freebsd-ports-gnome-29b15f74ea495cbd16478dcd85f0e1886a6b807e.tar.zst freebsd-ports-gnome-29b15f74ea495cbd16478dcd85f0e1886a6b807e.zip |
- Update Thunderbird to 8.0
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 4e0438d0b96f..f32d5f8a7189 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -203,9 +203,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 70+ 31+ 70 31 +# Available values: yes 80+ 31+ 80 31 # NOTE: -# default value 70 is used in case of USE_THUNDERBIRD=yes +# default value 80 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= 70 -_THUNDERBIRD_VERSIONS= 70 31 -_THUNDERBIRD_RANGE_VERSIONS= 70+ 31+ +_THUNDERBIRD_DEFAULT_VERSION= 80 +_THUNDERBIRD_VERSIONS= 80 31 +_THUNDERBIRD_RANGE_VERSIONS= 80+ 31+ # For specifying [31, 30, ..]+ _THUNDERBIRD_31P= 31 ${_THUNDERBIRD_31P} -_THUNDERBIRD_70P= 70 +_THUNDERBIRD_80P= 80 # Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given .if ${USE_THUNDERBIRD} == "yes" @@ -414,7 +414,7 @@ IGNORE= cannot install: unknown Thunderbird version: thunderbird-${USE_THUNDER .endif # Dependence lines for different Thunderbird versions -70_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +80_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird 31_DEPENDS= ${LOCALBASE}/lib/thunderbird3/thunderbird:${PORTSDIR}/mail/thunderbird3 # Add dependencies |