From 5c1494138d19c6af82dd558ab061cb0aa65a8cd2 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Wed, 6 Mar 2013 19:49:07 +0000 Subject: [PATCH] - correct dependency on py-salt the same way as in r313502 Approved by: maintainer (implicit) --- sysutils/py-salt-cloud/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/py-salt-cloud/Makefile b/sysutils/py-salt-cloud/Makefile index b2a20f1a0706..a9027bdfec83 100644 --- a/sysutils/py-salt-cloud/Makefile +++ b/sysutils/py-salt-cloud/Makefile @@ -21,7 +21,7 @@ SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} MAN1= salt-cloud.1 MAN7= salt-cloud.7 -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt:${PORTSDIR}/sysutils/py-salt \ +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}libcloud>=0:${PORTSDIR}/net/py-libcloud \ ${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko \