diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-25 15:05:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-25 15:05:11 +0000 |
commit | dd8fc61f8982cd99e1ecd084ed1a5451666a02eb (patch) | |
tree | 8bb599919e196c30c7dfdb47d20525dc10b57b9d /databases/dbtool | |
parent | 73f7cbcc882812dc398f5173f25f5150066aa0eb (diff) |
Notes
Diffstat (limited to 'databases/dbtool')
-rw-r--r-- | databases/dbtool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile index edc3170b3d8a..f03aed235102 100644 --- a/databases/dbtool/Makefile +++ b/databases/dbtool/Makefile @@ -8,6 +8,7 @@ PORTNAME= dbtool PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/dbtool/ @@ -16,7 +17,7 @@ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre .if defined(WITH_BERKELEY_DB) -LIB_DEPENDS+= db3.2:${PORTSDIR}/databases/db +LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db DB_INC= -I${LOCALBASE}/include/db3 CONFIGURE_ARGS= --with-berkeley .else |