diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-12-04 01:35:29 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-12-04 01:35:29 +0800 |
commit | 79785b67a1e0c58547aa8c545a64e475d2716878 (patch) | |
tree | 902409f1898f585076fb1da1af52bb47d6356cf6 /www/seamonkey/Makefile | |
parent | e1158a397bc9ce0c844c44aaa47f6f8e74fb206a (diff) | |
download | freebsd-ports-gnome-79785b67a1e0c58547aa8c545a64e475d2716878.tar.gz freebsd-ports-gnome-79785b67a1e0c58547aa8c545a64e475d2716878.tar.zst freebsd-ports-gnome-79785b67a1e0c58547aa8c545a64e475d2716878.zip |
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
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |