|
Lines 397-416
Link Here
|
| 397 |
CONFIGURE_ARGS+=--without-cdb |
397 |
CONFIGURE_ARGS+=--without-cdb |
| 398 |
. endif |
398 |
. endif |
| 399 |
. if defined(WITH_DB4) |
399 |
. if defined(WITH_DB4) |
| 400 |
WITH_DB4_VER?= 43 |
400 |
USE_BDB= YES |
| 401 |
. if ${WITH_DB4_VER} == 42 |
401 |
WITH_DB4_VER?= 44 |
| 402 |
LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 |
402 |
WITH_BDB_VER= ${WITH_DB4_VER} |
| 403 |
. else |
|
|
| 404 |
. if ${WITH_DB4_VER} == 41 |
| 405 |
LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 |
| 406 |
. else |
| 407 |
. if ${WITH_DB4_VER} == 4 |
| 408 |
LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 |
| 409 |
. else |
| 410 |
LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 |
| 411 |
. endif |
| 412 |
. endif |
| 413 |
. endif |
| 414 |
CONFIGURE_ARGS+=--with-db4=${LOCALBASE} |
403 |
CONFIGURE_ARGS+=--with-db4=${LOCALBASE} |
| 415 |
. endif |
404 |
. endif |
| 416 |
. if defined(WITH_GDBM) |
405 |
. if defined(WITH_GDBM) |