summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-11-28 14:12:40 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-11-28 14:12:40 +0000
commit41f1e3c1a1ffaa2e2f3993a689ba164b51a532c8 (patch)
treee0b7caf7eb479f7adf08ecf12e440254838c889a /www
parentAdd upstream patch to fix the build with clang + ALSA option. (diff)
gecko: add missing PORTEPOCH to required libvorbis version
Reported by: Takeshi Hashimoto
Notes
Notes: svn path=/head/; revision=402531
Diffstat (limited to 'www')
-rw-r--r--www/firefox-esr/Makefile2
-rw-r--r--www/firefox/Makefile2
-rw-r--r--www/libxul/Makefile2
-rw-r--r--www/seamonkey/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 32dc5f6014b8..dcf9691015a0 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= nspr>=4.10.10:${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 \
libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 374a67ced66c..a023757262f5 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.10.10:${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 \
libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index d77c21a85ed5..b0b9e2ba96a9 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.10.10:${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 \
libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 02e5f0efc77e..d7be3c37761e 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= nspr>=4.10.10:${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 \
libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \