diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-11-28 14:12:40 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-11-28 14:12:40 +0000 |
commit | 41f1e3c1a1ffaa2e2f3993a689ba164b51a532c8 (patch) | |
tree | e0b7caf7eb479f7adf08ecf12e440254838c889a /www/libxul | |
parent | d26a9eea37dcc02c525ff005bd8850638eea46ab (diff) | |
download | ports-41f1e3c1a1ffaa2e2f3993a689ba164b51a532c8.tar.gz ports-41f1e3c1a1ffaa2e2f3993a689ba164b51a532c8.zip |
Notes
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |