diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-08 21:59:24 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-08 21:59:24 +0000 |
commit | 1882e9f8bbd47f94fed35bc75c6c1ae4d84d527a (patch) | |
tree | be344da4b5935c5133ff79f94bf6d62c57214f7f /dns/fastresolve | |
parent | cc94e2ba2f4733384d2dca5c8b33a977ab23d44e (diff) | |
download | ports-1882e9f8bbd47f94fed35bc75c6c1ae4d84d527a.tar.gz ports-1882e9f8bbd47f94fed35bc75c6c1ae4d84d527a.zip |
Notes
Diffstat (limited to 'dns/fastresolve')
-rw-r--r-- | dns/fastresolve/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index a43fa467f7b6..e3eaa9f6967c 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -7,8 +7,8 @@ PORTNAME= fastresolve PORTVERSION= 2.10 -PORTREVISION= 1 -CATEGORIES= sysutils +PORTREVISION= 2 +CATEGORIES= dns MASTER_SITES= http://www.djmnet.org/sw/dist/ MAINTAINER= martin@tradex.sk @@ -31,15 +31,18 @@ WITH_BDB_VER?= 3 .if ${WITH_BDB_VER} == 3 LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 -CONFIGURE_ARGS= --with-bdb-lib=-ldb3_cxx --with-bdb-incdir=${LOCALBASE}/include/db3 +CONFIGURE_ARGS= --with-bdb-lib=-ldb3_cxx --with-bdb-incdir=${LOCALBASE}/include/db3 .elif ${WITH_BDB_VER} == 4 LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 -CONFIGURE_ARGS= --with-bdb-lib=-ldb4_cxx --with-bdb-incdir=${LOCALBASE}/include/db4 +CONFIGURE_ARGS= --with-bdb-lib=-ldb4_cxx --with-bdb-incdir=${LOCALBASE}/include/db4 .elif ${WITH_BDB_VER} == 41 LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 -CONFIGURE_ARGS= --with-bdb-lib=-ldb41_cxx --with-bdb-incdir=${LOCALBASE}/include/db41 +CONFIGURE_ARGS= --with-bdb-lib=-ldb41_cxx --with-bdb-incdir=${LOCALBASE}/include/db41 +.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 .else -.error WITH_BDB_VER must be one between 3, 4 and 41 +.error WITH_BDB_VER must be one between 3, 4, 41 or 42 .endif MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \ |