diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-26 19:01:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-26 19:01:09 +0000 |
commit | 70c68df372992f64c8033ad73375bd5a4a5cb386 (patch) | |
tree | c5db03d39f75c8a1681720590ff3f1f081e471b5 /net-p2p/cdonkey/Makefile | |
parent | - Convert to USES=libtool (diff) |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'net-p2p/cdonkey/Makefile')
-rw-r--r-- | net-p2p/cdonkey/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/cdonkey/Makefile b/net-p2p/cdonkey/Makefile index cb9f8956f926..50d1bd2428e5 100644 --- a/net-p2p/cdonkey/Makefile +++ b/net-p2p/cdonkey/Makefile @@ -13,9 +13,8 @@ COMMENT= Open and free core client for the eDonkey protocol WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION} -USE_BZIP2= yes USE_BDB= 41 -USES= gmake +USES= gmake tar:bzip2 USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-berkeley-db="${BDB_INCLUDE_DIR}:${BDB_LIB_DIR}" |