diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-16 00:56:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-16 00:56:03 +0000 |
commit | eb492635c9e8dbb2f8ab0b4c1fa25977a39a0c6c (patch) | |
tree | 92c8c84fa27667ff48db2f1275a0c60e4c4c082a /dns | |
parent | 7dd9786921faa103422ba033823b7d118a174439 (diff) | |
download | ports-eb492635c9e8dbb2f8ab0b4c1fa25977a39a0c6c.tar.gz ports-eb492635c9e8dbb2f8ab0b4c1fa25977a39a0c6c.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fastresolve/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index ba1c11b687ec..8277a216d129 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -41,8 +41,11 @@ CONFIGURE_ARGS= --with-bdb-lib=-ldb41_cxx --with-bdb-incdir=${LOCALBASE}/include .elif ${WITH_BDB_VER} == 42 LIB_DEPENDS+= db-4.2:${PORTSDIR}/databases/db42 CONFIGURE_ARGS= --with-bdb-lib=-ldb_cxx-4.2 --with-bdb-incdir=${LOCALBASE}/include/db42 +.elif ${WITH_BDB_VER} == 43 +LIB_DEPENDS+= db-4.3:${PORTSDIR}/databases/db43 +CONFIGURE_ARGS= --with-bdb-lib=-ldb_cxx-4.3 --with-bdb-incdir=${LOCALBASE}/include/db43 .else -.error WITH_BDB_VER must be one between 3, 4, 41 or 42 +.error WITH_BDB_VER must be one between 3, 4, 41, 42 or 43 .endif MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \ |