Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 20:28:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362930 - head/net-p2p/cdonkey
Message-ID:  <201407252028.s6PKSwaQ051770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul 25 20:28:58 2014
New Revision: 362930
URL: http://svnweb.freebsd.org/changeset/ports/362930
QAT: https://qat.redports.org/buildarchive/r362930/

Log:
  - Switch to USES=libtool

Modified:
  head/net-p2p/cdonkey/Makefile

Modified: head/net-p2p/cdonkey/Makefile
==============================================================================
--- head/net-p2p/cdonkey/Makefile	Fri Jul 25 20:16:03 2014	(r362929)
+++ head/net-p2p/cdonkey/Makefile	Fri Jul 25 20:28:58 2014	(r362930)
@@ -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 t
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407252028.s6PKSwaQ051770>