diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-10 23:38:57 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-10 23:38:57 +0800 |
commit | a5f9d886e23117dd2f3aab97e20be05531937186 (patch) | |
tree | 0d17b5964e8f81fc34f74c58f13b24a565eeb7cc /mail | |
parent | bbf94ea27ae163493183f87066e2a7bc7f6d4e68 (diff) | |
download | freebsd-ports-gnome-a5f9d886e23117dd2f3aab97e20be05531937186.tar.gz freebsd-ports-gnome-a5f9d886e23117dd2f3aab97e20be05531937186.tar.zst freebsd-ports-gnome-a5f9d886e23117dd2f3aab97e20be05531937186.zip |
gecko: enable DTRACE probes by default
Diffstat (limited to 'mail')
-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 0374e97f29a1..5d8481c23d35 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.6.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 |