diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 20:28:58 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 20:28:58 +0000 |
commit | dc15ac7928dd22d1d11f360472d15d7239fa71ce (patch) | |
tree | e22d3d5b10e999c92ad663f11013453e7febcda0 /net-p2p/cdonkey/Makefile | |
parent | - Switch to USES=libtool, drop .la files (diff) |
- Switch to USES=libtool
Diffstat (limited to 'net-p2p/cdonkey/Makefile')
-rw-r--r-- | net-p2p/cdonkey/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/cdonkey/Makefile b/net-p2p/cdonkey/Makefile index 50d1bd2428e5..3d34a72aaa5f 100644 --- a/net-p2p/cdonkey/Makefile +++ b/net-p2p/cdonkey/Makefile @@ -3,7 +3,7 @@ PORTNAME= cdonkey PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= http://www.sourcefiles.org/Internet/File_Sharing/Edonkey/ DISTNAME= cDonkey-${PORTVERSION} @@ -14,8 +14,8 @@ COMMENT= Open and free core client for the eDonkey protocol WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION} USE_BDB= 41 -USES= gmake tar:bzip2 -USE_AUTOTOOLS= libtool +USES= gmake libtool tar:bzip2 +USE_AUTOTOOLS= libtoolize CONFIGURE_ARGS= --with-berkeley-db="${BDB_INCLUDE_DIR}:${BDB_LIB_DIR}" PLIST_FILES= bin/cDonkey |