diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-10 18:45:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-10 18:45:46 +0800 |
commit | 130eea7717f9f19ae279df8ed22507b462b4a474 (patch) | |
tree | aa99cf5d8966e4538a810781b681f6f007adfcaa /mail | |
parent | 605fe2173d7a115e7db172de25e80ed3058b7237 (diff) | |
download | freebsd-ports-gnome-130eea7717f9f19ae279df8ed22507b462b4a474.tar.gz freebsd-ports-gnome-130eea7717f9f19ae279df8ed22507b462b4a474.tar.zst freebsd-ports-gnome-130eea7717f9f19ae279df8ed22507b462b4a474.zip |
gecko: build as position-independent executable
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 935d5051fa9f..0374e97f29a1 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |