diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-09-18 15:56:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-09-18 15:56:04 +0000 |
commit | 1f5de251668a5433a53d5a8b1f7bcd15690522ad (patch) | |
tree | d6ff0fad39eb6e5a0ad09f214bb46edd1f0df7ee /www | |
parent | e0ede02540602650bd5ee95a13fbcaa16788f804 (diff) | |
download | ports-1f5de251668a5433a53d5a8b1f7bcd15690522ad.tar.gz ports-1f5de251668a5433a53d5a8b1f7bcd15690522ad.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 390a92302335..47073af9081b 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= nspr>=4.26:devel/nspr \ graphite2>=1.3.14:graphics/graphite2 \ png>=1.6.35:graphics/png \ libvpx>=1.8.2:multimedia/libvpx \ - py${PYTHON3_DEFAULT:S/.//}-sqlite3>0:databases/py-sqlite3@py${PYTHON3_DEFAULT:S/.//} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ nasm:devel/nasm \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 5901fbdb3c34..73a7397aaa0c 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= nspr>=4.26:devel/nspr \ graphite2>=1.3.14:graphics/graphite2 \ png>=1.6.35:graphics/png \ libvpx>=1.8.2:multimedia/libvpx \ - py${PYTHON3_DEFAULT:S/.//}-sqlite3>0:databases/py-sqlite3@py${PYTHON3_DEFAULT:S/.//} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ nasm:devel/nasm \ |