diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-11-28 22:12:40 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-11-28 22:12:40 +0800 |
commit | 7ac9fc031eb58eefa6b80ee1db9578d0c6347f94 (patch) | |
tree | e0b7caf7eb479f7adf08ecf12e440254838c889a /mail | |
parent | 5a5c661ca253135e4484e58ad78693fb80f921d7 (diff) | |
download | freebsd-ports-gnome-7ac9fc031eb58eefa6b80ee1db9578d0c6347f94.tar.gz freebsd-ports-gnome-7ac9fc031eb58eefa6b80ee1db9578d0c6347f94.tar.zst freebsd-ports-gnome-7ac9fc031eb58eefa6b80ee1db9578d0c6347f94.zip |
gecko: add missing PORTEPOCH to required libvorbis version
Reported by: Takeshi Hashimoto
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 ca96e448bb11..b10aabde123b 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ - libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ + libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ |