|
Lines 50-55
Link Here
|
| 50 |
DB4 "Berkeley DB4 support" off \ |
50 |
DB4 "Berkeley DB4 support" off \ |
| 51 |
GDBM "GDBM database support" off \ |
51 |
GDBM "GDBM database support" off \ |
| 52 |
INIFILE "INI file support" on \ |
52 |
INIFILE "INI file support" on \ |
|
|
53 |
QDBM "QDBM database support" on \ |
| 53 |
FLATFILE "flatfile support" on |
54 |
FLATFILE "flatfile support" on |
| 54 |
|
55 |
|
| 55 |
PHP_HEADER_DIRS= libcdb libflatfile libinifile |
56 |
PHP_HEADER_DIRS= libcdb libflatfile libinifile |
|
Lines 435-440
Link Here
|
| 435 |
. endif |
436 |
. endif |
| 436 |
. if defined(WITHOUT_INIFILE) |
437 |
. if defined(WITHOUT_INIFILE) |
| 437 |
CONFIGURE_ARGS+=--without-inifile |
438 |
CONFIGURE_ARGS+=--without-inifile |
|
|
439 |
. endif |
| 440 |
. if defined(WITH_QDBM) |
| 441 |
LIB_DEPENDS+= qdbm:${PORTSDIR}/databases/qdbm |
| 438 |
. endif |
442 |
. endif |
| 439 |
. if defined(WITHOUT_FLATFILE) |
443 |
. if defined(WITHOUT_FLATFILE) |
| 440 |
CONFIGURE_ARGS+=--without-flatfile |
444 |
CONFIGURE_ARGS+=--without-flatfile |