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 /www | |
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 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 15b339d4c7cc..521f601a3e8a 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -15,7 +15,7 @@ COMMENT= Web browser based on the browser portion of Mozilla 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 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 diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 70947163b91e..3792949029e0 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -15,7 +15,7 @@ COMMENT= The open source, standards compliant web browser 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 \ unzip:${PORTSDIR}/archivers/unzip EM_VERSION= 1.5.1 |