diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-08 21:46:50 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-08 21:46:50 +0800 |
commit | f037e396011534f1ed63b7b625f818aaba3b07b6 (patch) | |
tree | 509f9c56f6c9e206681219518e92866874b3ae54 /net-p2p/namecoin | |
parent | 8d571a7a02a3fde266288ca6716fa8521b8ab0a0 (diff) | |
download | freebsd-ports-gnome-f037e396011534f1ed63b7b625f818aaba3b07b6.tar.gz freebsd-ports-gnome-f037e396011534f1ed63b7b625f818aaba3b07b6.tar.zst freebsd-ports-gnome-f037e396011534f1ed63b7b625f818aaba3b07b6.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 'net-p2p/namecoin')
-rw-r--r-- | net-p2p/namecoin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 1180e8e00ef3..72e1a8dd5be2 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -24,10 +24,8 @@ QRCODES_DESC= Build with QR code display USE_GITHUB= yes -USES= gmake compiler:c++11-lib +USES= bdb:48 gmake compiler:c++11-lib ssl MAKE_JOBS_UNSAFE=yes -USE_OPENSSL= yes -USE_BDB= 48 CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} CXXFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} |