aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-07-31 15:23:55 +0800
committerantoine <antoine@FreeBSD.org>2015-07-31 15:23:55 +0800
commita8099d98f74a29733b29c48226cfd8416cd5fe86 (patch)
treec28c9fe4740a4a160b5c124d0abed78ad209aeeb
parent101ed2fcbbaca8c4d7b0a8a9a9dacc2ca26caa89 (diff)
downloadfreebsd-ports-gnome-a8099d98f74a29733b29c48226cfd8416cd5fe86.tar.gz
freebsd-ports-gnome-a8099d98f74a29733b29c48226cfd8416cd5fe86.tar.zst
freebsd-ports-gnome-a8099d98f74a29733b29c48226cfd8416cd5fe86.zip
Fix dependency
-rw-r--r--security/py-crits/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-crits/Makefile b/security/py-crits/Makefile
index b9aac94e4a4a..105754fcc67b 100644
--- a/security/py-crits/Makefile
+++ b/security/py-crits/Makefile
@@ -35,7 +35,7 @@ RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip \
${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl \
${PYTHON_PKGNAMEPREFIX}pydot>=0:${PORTSDIR}/graphics/py-pydot \
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
- ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools \
+ ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} \
${PYTHON_PKGNAMEPREFIX}numpy>0:${PORTSDIR}/math/py-numpy \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \
${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \