diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-06-06 21:53:17 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-06-06 21:53:17 +0000 |
commit | d49c598c88d57a96a41ae7b3de454abeceb7c948 (patch) | |
tree | 8477c965db68c3126de21c290500612c63bd674e /Mk/bsd.gecko.mk | |
parent | 0e8fdaed4549f183d1cb0a73e1628d9ffab8a0f2 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 273b4016b669..88afdbc22e3e 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -386,8 +386,10 @@ USE_THUNDERBIRD= ${_THUNDERBIRD_DEFAULT_VERSION} .endif # Setting/finding Thunderbird version we want. +.if exists(${LOCALBASE}/bin/thunderbird) _TMP_VER!= ${LOCALBASE}/bin/thunderbird --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/ Thunderbird \([0-9]\{1,2\}\)\.\([0-9]*\).*/\1\2/' _THUNDERBIRD_VER:= ${_TMP_VER:C/([0-9][0-9]).*/\1/} +.endif # Check if installed Thunderbird version matches the wanted one .if defined(_THUNDERBIRD_VER) |