Author: jbeich
Date: Sat Jun  9 01:47:36 2012
New Revision: 740

Log:
require recent version of sqlite for firefox

Modified:
   branches/experimental/www/firefox-beta/Makefile
   branches/experimental/www/firefox-esr/Makefile
   branches/experimental/www/firefox-nightly/Makefile
   branches/experimental/www/firefox/Makefile

Modified: branches/experimental/www/firefox-beta/Makefile
==============================================================================
--- branches/experimental/www/firefox-beta/Makefile     Fri Jun  8 14:21:12 
2012        (r739)
+++ branches/experimental/www/firefox-beta/Makefile     Sat Jun  9 01:47:36 
2012        (r740)
@@ -17,6 +17,7 @@
 COMMENT=       Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \
+               sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip
 LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo

Modified: branches/experimental/www/firefox-esr/Makefile
==============================================================================
--- branches/experimental/www/firefox-esr/Makefile      Fri Jun  8 14:21:12 
2012        (r739)
+++ branches/experimental/www/firefox-esr/Makefile      Sat Jun  9 01:47:36 
2012        (r740)
@@ -17,6 +17,7 @@
 COMMENT=       Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \
+               sqlite3>=3.7.7.1:${PORTSDIR}/databases/sqlite3 \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip
 LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo

Modified: branches/experimental/www/firefox-nightly/Makefile
==============================================================================
--- branches/experimental/www/firefox-nightly/Makefile  Fri Jun  8 14:21:12 
2012        (r739)
+++ branches/experimental/www/firefox-nightly/Makefile  Sat Jun  9 01:47:36 
2012        (r740)
@@ -18,6 +18,7 @@
 COMMENT=       Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \
+               sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \
                
${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip

Modified: branches/experimental/www/firefox/Makefile
==============================================================================
--- branches/experimental/www/firefox/Makefile  Fri Jun  8 14:21:12 2012        
(r739)
+++ branches/experimental/www/firefox/Makefile  Sat Jun  9 01:47:36 2012        
(r740)
@@ -17,6 +17,7 @@
 COMMENT=       Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \
+               sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip
 LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to