diff --git a/databases/mongodb/Portfile b/databases/mongodb/Portfile
index 5e3c6b2..7832de0 100644
a
|
b
|
version 2.4.2 |
10 | 10 | license AGPL-3 |
11 | 11 | categories databases |
12 | 12 | maintainers ryandesign |
| 13 | revision 1 |
13 | 14 | |
14 | 15 | description High-performance, schema-free document-oriented database |
15 | 16 | long_description ${description} |
… |
… |
depends_build port:scons |
28 | 29 | depends_lib port:libpcap \ |
29 | 30 | port:pcre \ |
30 | 31 | port:snappy \ |
31 | | port:v8 |
| 32 | port:v8 \ |
| 33 | port:boost |
32 | 34 | |
33 | 35 | license_noconflict scons |
34 | 36 | |
… |
… |
build.args --cc=${configure.cc} \ |
63 | 65 | --full \ |
64 | 66 | --use-system-pcre \ |
65 | 67 | --use-system-snappy \ |
| 68 | --use-system-boost \ |
66 | 69 | --use-system-v8 \ |
67 | 70 | --extralib=pcre,pcrecpp,snappy |
68 | 71 | |