diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2015-03-21 10:13:06 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2015-03-21 10:13:06 +0800 |
commit | e60c1eb4eedff6ece7eb11b04ab77219495aaa02 (patch) | |
tree | 8afcd7199fcb7574c50e5100fb38adeedc49aeb4 /net/dshell | |
parent | f026eec703b53c5ce1c31b83332c97aa08a23e40 (diff) | |
download | freebsd-ports-gnome-e60c1eb4eedff6ece7eb11b04ab77219495aaa02.tar.gz freebsd-ports-gnome-e60c1eb4eedff6ece7eb11b04ab77219495aaa02.tar.zst freebsd-ports-gnome-e60c1eb4eedff6ece7eb11b04ab77219495aaa02.zip |
Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error.
Diffstat (limited to 'net/dshell')
-rw-r--r-- | net/dshell/Makefile | 4 |
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 \ |