diff options
Diffstat (limited to 'databases/dbtool/Makefile')
-rw-r--r-- | databases/dbtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile index 484bb1f63ef1..056129cadc97 100644 --- a/databases/dbtool/Makefile +++ b/databases/dbtool/Makefile @@ -31,7 +31,7 @@ OPTIONS_SINGLE_BACKEND= BDB GDBM OPTIONS_DEFAULT= GDBM BACKEND_DESC= Database backend -BDB_USE= bdb=yes +BDB_USES= bdb BDB_CONFIGURE_ON= --with-berkeley \ --with-bdb-include-dir=${BDB_INCLUDE_DIR} \ --with-bdb-lib-dir=${BDB_LIB_DIR} |