summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2015-03-21 02:13:06 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2015-03-21 02:13:06 +0000
commit9a235821faabf094545d7c84e56331205da15a28 (patch)
tree8afcd7199fcb7574c50e5100fb38adeedc49aeb4
parentlang/sbcl: Upgrade version 1.1.12 => 1.2.9 (diff)
Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error.
-rw-r--r--net/dshell/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dshell/Makefile b/net/dshell/Makefile
index c942d1595787..5676d5ae748f 100644
--- a/net/dshell/Makefile
+++ b/net/dshell/Makefile
@@ -11,8 +11,8 @@ COMMENT= Extensible network forensic analysis framework
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 \