From owner-svn-ports-all@FreeBSD.ORG Wed Mar 25 15:48:11 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 027B7FAB; Wed, 25 Mar 2015 15:48:11 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "adamw.org", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 78284941; Wed, 25 Mar 2015 15:48:10 +0000 (UTC) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id e742327e; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Wed, 25 Mar 2015 09:48:09 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r382234 - head/net/dshell From: Adam Weinberger In-Reply-To: <201503251525.t2PFP4ET035840@svn.freebsd.org> Date: Wed, 25 Mar 2015 09:48:07 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201503251525.t2PFP4ET035840@svn.freebsd.org> To: MANTANI Nobutaka X-Mailer: Apple Mail (2.2070.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2015 15:48:11 -0000 > On 25 Mar, 2015, at 9:25, MANTANI Nobutaka = wrote: >=20 > Modified: head/net/dshell/Makefile >=20 > -BUILD_DEPENDS=3D bash:${PORTSDIR}/shells/bash > -RUN_DEPENDS=3D = ${PYTHON_PKGNAMEPREFIX}pygeoip>0:${PORTSDIR}/net/py-pygeoip \ > +BUILD_DEPENDS=3D bash:${PORTSDIR}/shells/bash \ > + = ${PYTHON_PKGNAMEPREFIX}pygeoip>0:${PORTSDIR}/net/py-pygeoip \ > = ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \ > ${PYTHON_PKGNAMEPREFIX}dpkt>0:${PORTSDIR}/net/py-dpkt \ > ${PYTHON_PKGNAMEPREFIX}ipy>0:${PORTSDIR}/net-mgmt/py-ipy = \ > = ${PYTHON_PKGNAMEPREFIX}pypcap>0:${PORTSDIR}/net/py-pypcap > +RUN_DEPENDS=3D ${BUILD_DEPENDS} That needs to be RUN_DEPENDS:=3D ${BUILD_DEPENDS} See = https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefil= e-depend.html (Bottom of section 5.8.2). # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org