summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \