diff options
author | flo <flo@FreeBSD.org> | 2013-03-03 18:09:08 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-03-03 18:09:08 +0800 |
commit | cc1a039582f0a8e6e1d9158650a21e8f13db90b6 (patch) | |
tree | 69c753344ad321dab5b7effb57d11f2845f78af0 /mail/thunderbird/Makefile | |
parent | bbe9a4d6486b1ea0ee4b617425b9a5973ad7b55f (diff) | |
download | freebsd-ports-gnome-cc1a039582f0a8e6e1d9158650a21e8f13db90b6.tar.gz freebsd-ports-gnome-cc1a039582f0a8e6e1d9158650a21e8f13db90b6.tar.zst freebsd-ports-gnome-cc1a039582f0a8e6e1d9158650a21e8f13db90b6.zip |
Chase databases/py-sqlite3 after 313167.
Submitted by: Jan Beich <jbeich@tormail.org>
Reported by: Valentin Nechayev <netch@netch.kiev.ua>,
Robert Simmons <rsimmons0@gmail.com>
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 332d17ae06ba..a2c73d801283 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -15,7 +15,7 @@ COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.9.2:${PORTSDIR}/devel/nspr \ nss>=3.13.6_1:${PORTSDIR}/security/nss \ sqlite3>=3.7.13:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip |