mongodb: Patching configure to use system's version of boost libraries
diff --git a/databases/mongodb/Portfile b/databases/mongodb/Portfile
index 5e3c6b2..7832de0 100644
--- a/databases/mongodb/Portfile
+++ b/databases/mongodb/Portfile
@@ -10,6 +10,7 @@
 license             AGPL-3
 categories          databases
 maintainers         ryandesign
+revision            1
 
 description         High-performance, schema-free document-oriented database
 long_description    ${description}
@@ -28,7 +29,8 @@
 depends_lib         port:libpcap \
                     port:pcre \
                     port:snappy \
-                    port:v8
+                    port:v8 \
+                    port:boost
 
 license_noconflict  scons
 
@@ -63,6 +65,7 @@
                     --full \
                     --use-system-pcre \
                     --use-system-snappy \
+                    --use-system-boost \
                     --use-system-v8 \
                     --extralib=pcre,pcrecpp,snappy