Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 10:38:08 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343894 - head/net-p2p/cdonkey
Message-ID:  <201402121038.s1CAc80r034210@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb 12 10:38:08 2014
New Revision: 343894
URL: http://svnweb.freebsd.org/changeset/ports/343894
QAT: https://qat.redports.org/buildarchive/r343894/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/net-p2p/cdonkey/Makefile

Modified: head/net-p2p/cdonkey/Makefile
==============================================================================
--- head/net-p2p/cdonkey/Makefile	Wed Feb 12 10:37:54 2014	(r343893)
+++ head/net-p2p/cdonkey/Makefile	Wed Feb 12 10:38:08 2014	(r343894)
@@ -15,13 +15,12 @@ WRKSRC=		${WRKDIR}/cDonkey-${PORTVERSION
 
 USE_BZIP2=	yes
 USE_BDB=	41
-USE_GMAKE=	yes
+USES=		gmake
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-berkeley-db="${BDB_INCLUDE_DIR}:${BDB_LIB_DIR}"
 
 PLIST_FILES=	bin/cDonkey
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/configure



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