diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-27 12:12:05 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-27 12:12:05 +0800 |
commit | f9cf22dd7a14f96f3e66670c7df1503bcc5ac1ea (patch) | |
tree | 635092dffdea12e2325691d4c46a31b2dbbd707b /mail/thunderbird/Makefile | |
parent | 3bcc4e17abe0b08ee0a3d63882f9d67686d0db70 (diff) | |
download | freebsd-ports-gnome-f9cf22dd7a14f96f3e66670c7df1503bcc5ac1ea.tar.gz freebsd-ports-gnome-f9cf22dd7a14f96f3e66670c7df1503bcc5ac1ea.tar.zst freebsd-ports-gnome-f9cf22dd7a14f96f3e66670c7df1503bcc5ac1ea.zip |
gecko: add JACK option (enabled by default)
PR: 221464
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 00da86a6c867..0e5f9eeba3d3 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |