diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-03-03 10:09:08 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-03-03 10:09:08 +0000 |
commit | 4cfd7b2621d5cf6bc7081cf965c94161d79e7364 (patch) | |
tree | 69c753344ad321dab5b7effb57d11f2845f78af0 /www/firefox | |
parent | 0fa55cc291dc512ac16442428ab28412cc42f722 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=313335
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 0ff15d6e4c44..ed6efee66ce6 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -15,7 +15,7 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ nss>=3.14.1:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${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 |