diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-10 23:38:57 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-10 23:38:57 +0800 |
commit | 245e15861f603b66301228d2fcf46269c54c161e (patch) | |
tree | 0d17b5964e8f81fc34f74c58f13b24a565eeb7cc /mail/thunderbird/Makefile | |
parent | bf9eec8e386914163e43ff32a3d1993740fa81e4 (diff) | |
download | freebsd-ports-gnome-245e15861f603b66301228d2fcf46269c54c161e.tar.gz freebsd-ports-gnome-245e15861f603b66301228d2fcf46269c54c161e.tar.zst freebsd-ports-gnome-245e15861f603b66301228d2fcf46269c54c161e.zip |
gecko: enable DTRACE probes by default
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 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 |