diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-05-25 19:51:15 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-05-25 19:51:15 +0800 |
commit | 1b2137d2393122b931d063d0617e6af8b8405bc3 (patch) | |
tree | 4bf63059a5b08ff1188cd43f8ff5304ad192afa7 | |
parent | 7707f65e9f2aa535cb313190fcc61136e912d80a (diff) | |
download | freebsd-ports-gnome-1b2137d2393122b931d063d0617e6af8b8405bc3.tar.gz freebsd-ports-gnome-1b2137d2393122b931d063d0617e6af8b8405bc3.tar.zst freebsd-ports-gnome-1b2137d2393122b931d063d0617e6af8b8405bc3.zip |
gecko: drop unused libvorbis dep after r485460
-rw-r--r-- | mail/thunderbird/Makefile | 1 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 1 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 1a33c87277ce..223e2405c5b4 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= nspr>=4.19:devel/nspr \ harfbuzz>=1.7.6:print/harfbuzz \ graphite2>=1.3.11:graphics/graphite2 \ png>=1.6.34:graphics/png \ - libvorbis>=1.3.6,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.22.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 4214da1783d7..18ba85e7966e 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -21,7 +21,6 @@ BUILD_DEPENDS= nspr>=4.19:devel/nspr \ harfbuzz>=1.7.6:print/harfbuzz \ graphite2>=1.3.11:graphics/graphite2 \ png>=1.6.34:graphics/png \ - libvorbis>=1.3.6,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.22.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 843ab7645a8a..b751dfe15bd6 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -20,7 +20,6 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \ harfbuzz>=2.3.1:print/harfbuzz \ graphite2>=1.3.13:graphics/graphite2 \ png>=1.6.35:graphics/png \ - libvorbis>=1.3.6,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.27.2:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 3532a521a0b9..32f08593e970 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -21,7 +21,6 @@ BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ harfbuzz>=1.4.1:print/harfbuzz \ graphite2>=1.3.8:graphics/graphite2 \ png>=1.6.25:graphics/png \ - libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.17.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ |