diff options
author | mat <mat@FreeBSD.org> | 2016-08-08 21:46:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-08 21:46:50 +0800 |
commit | accc153f0c7ee632df7b714f1861b98898e90e7c (patch) | |
tree | 509f9c56f6c9e206681219518e92866874b3ae54 /databases/dbtool | |
parent | c333a42bbacfd478a1ae703c628fc3f6f2ce3575 (diff) | |
download | freebsd-ports-gnome-accc153f0c7ee632df7b714f1861b98898e90e7c.tar.gz freebsd-ports-gnome-accc153f0c7ee632df7b714f1861b98898e90e7c.tar.zst freebsd-ports-gnome-accc153f0c7ee632df7b714f1861b98898e90e7c.zip |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
Diffstat (limited to 'databases/dbtool')
-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} |