diff options
author | mat <mat@FreeBSD.org> | 2016-04-26 00:17:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-26 00:17:19 +0800 |
commit | dffbc9bf81bcdcd58f45ad1d4512e6f15c851854 (patch) | |
tree | 6b3679b99a4f945bc127fb23b5a99279be3b083d /net-p2p/twister | |
parent | d9dfef833e8f91ee5c6b9c99b7e874c4c85c7069 (diff) | |
download | freebsd-ports-gnome-dffbc9bf81bcdcd58f45ad1d4512e6f15c851854.tar.gz freebsd-ports-gnome-dffbc9bf81bcdcd58f45ad1d4512e6f15c851854.tar.zst freebsd-ports-gnome-dffbc9bf81bcdcd58f45ad1d4512e6f15c851854.zip |
Move USE_BDB support from bsd.databases.mk to its own file.
Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
Diffstat (limited to 'net-p2p/twister')
-rw-r--r-- | net-p2p/twister/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile index 25f1d8ea3d72..8492c7c4c7f8 100644 --- a/net-p2p/twister/Makefile +++ b/net-p2p/twister/Makefile @@ -25,8 +25,7 @@ OPTIONS_DEFINE= DOCS USE_GITHUB= yes GH_ACCOUNT= miguelfreitas -USE_BDB= yes -WANT_BDB_VER= 48 +USE_BDB= 48 USE_OPENSSL= yes USES= autoreconf:build gmake iconv libtool |