From 79785b67a1e0c58547aa8c545a64e475d2716878 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sun, 3 Dec 2017 17:35:29 +0000 Subject: gecko: unbreak with non-default python version after r455210 $ make [...] Installing py36-sqlite3-3.6.3_7... ===> firefox-57.0.1,1 depends on package: py27-sqlite3>0 - not found *** Error code 1 PR: 224055 Submitted by: Peter Wullinger --- mail/thunderbird/Makefile | 2 +- www/firefox-esr/Makefile | 2 +- www/firefox/Makefile | 2 +- www/libxul/Makefile | 2 +- www/palemoon/Makefile | 2 +- www/seamonkey/Makefile | 2 +- www/waterfox/Makefile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index c8bc16cea560..c70767b382de 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ 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 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 5256ebb6f347..0fb1c80f007a 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ 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 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 83ce9d76a99e..46f6ecf0b470 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= nspr>=4.17:devel/nspr \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.20.1:databases/sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 2a50d51c3e18..8b82c3572c59 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -30,7 +30,7 @@ BUILD_DEPENDS= nspr>=4.12:devel/nspr \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.9.1:databases/sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ diff --git a/www/palemoon/Makefile b/www/palemoon/Makefile index 600de38adb3c..35c1ba3e40b6 100644 --- a/www/palemoon/Makefile +++ b/www/palemoon/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.15:devel/nspr \ png>=1.6.16:graphics/png \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.19.3:databases/sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ zip:archivers/zip diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index a50d03425eb2..b420d8073c1b 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ 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 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile index a7ed455192ca..a83940c5913a 100644 --- a/www/waterfox/Makefile +++ b/www/waterfox/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= nspr>=4.16:devel/nspr \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.19.3:databases/sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ -- cgit