svn commit: r381786 - head/net/dshell

MANTANI Nobutaka nobutaka at FreeBSD.org
Sat Mar 21 02:13:08 UTC 2015


Author: nobutaka
Date: Sat Mar 21 02:13:06 2015
New Revision: 381786
URL: https://svnweb.freebsd.org/changeset/ports/381786
QAT: https://qat.redports.org/buildarchive/r381786/

Log:
  Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error.

Modified:
  head/net/dshell/Makefile

Modified: head/net/dshell/Makefile
==============================================================================
--- head/net/dshell/Makefile	Sat Mar 21 01:55:17 2015	(r381785)
+++ head/net/dshell/Makefile	Sat Mar 21 02:13:06 2015	(r381786)
@@ -11,8 +11,8 @@ COMMENT=	Extensible network forensic ana
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		${PYTHON_PKGNAMEPREFIX}pygeoip>0:${PORTSDIR}/net/py-pygeoip \
+BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
+RUN_DEPENDS=	${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 \


More information about the svn-ports-head mailing list