diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2015-03-25 15:25:04 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2015-03-25 15:25:04 +0000 |
commit | 5e3f56725944ed738685a9a14d659101cb6d9a1c (patch) | |
tree | 3af5a78d13fed1121c6d64563ebab9010a4a4f4d /net/dshell/Makefile | |
parent | Update to 2.0. (diff) |
Fix dependencies to fix packaging error.
Notes
Notes:
svn path=/head/; revision=382234
Diffstat (limited to 'net/dshell/Makefile')
-rw-r--r-- | net/dshell/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dshell/Makefile b/net/dshell/Makefile index 5676d5ae748f..184ed18d4403 100644 --- a/net/dshell/Makefile +++ b/net/dshell/Makefile @@ -11,12 +11,13 @@ COMMENT= Extensible network forensic analysis framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygeoip>0:${PORTSDIR}/net/py-pygeoip \ +BUILD_DEPENDS= 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= ${BUILD_DEPENDS} USE_GITHUB= yes USES= python |