- Switch to USES=libtool
This commit is contained in:
parent
4553270030
commit
dc15ac7928
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362930
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue