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/namecoin | |
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/namecoin')
-rw-r--r-- | net-p2p/namecoin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 19fd126e9034..1180e8e00ef3 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -27,8 +27,7 @@ USE_GITHUB= yes USES= gmake compiler:c++11-lib MAKE_JOBS_UNSAFE=yes USE_OPENSSL= yes -USE_BDB= yes -WANT_BDB_VER= 48 +USE_BDB= 48 CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} CXXFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} |