diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-26 04:28:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-26 04:28:58 +0800 |
commit | 0e6bfeebf5bb09dd696515617958b6d15de13cc0 (patch) | |
tree | e22d3d5b10e999c92ad663f11013453e7febcda0 /net-p2p | |
parent | fa5301627ddf51369f66c0cfbec75cd0a482b52f (diff) | |
download | freebsd-ports-gnome-0e6bfeebf5bb09dd696515617958b6d15de13cc0.tar.gz freebsd-ports-gnome-0e6bfeebf5bb09dd696515617958b6d15de13cc0.tar.zst freebsd-ports-gnome-0e6bfeebf5bb09dd696515617958b6d15de13cc0.zip |
- Switch to USES=libtool
Diffstat (limited to 'net-p2p')
-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 |