Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2015 07:23:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393288 - head/security/py-crits
Message-ID:  <201507310723.t6V7NuTu083338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jul 31 07:23:55 2015
New Revision: 393288
URL: https://svnweb.freebsd.org/changeset/ports/393288

Log:
  Fix dependency

Modified:
  head/security/py-crits/Makefile

Modified: head/security/py-crits/Makefile
==============================================================================
--- head/security/py-crits/Makefile	Fri Jul 31 06:39:17 2015	(r393287)
+++ head/security/py-crits/Makefile	Fri Jul 31 07:23:55 2015	(r393288)
@@ -35,7 +35,7 @@ RUN_DEPENDS+=	7z:${PORTSDIR}/archivers/p
 		${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                    \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507310723.t6V7NuTu083338>